This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
[ngAria] aria-required is not allowed for input type="checkbox" #13078
Labels
Milestone
Comments
Could you provide a demo of the issue (preferrably a live reproduction using CodePen, Plnkr etc) ? |
I think this is going to be fixed by #13095 |
We need another PR to cover extraneous |
Yeah, it's a different issue, sorry for the noise. Thanks @marcysutton for all the work! |
marcysutton
added a commit
to marcysutton/angular.js
that referenced
this issue
Dec 9, 2015
BREAKING CHANGE: Where appropriate, ngAria now applies ARIA to custom controls only, not native inputs. Because of this, support for `aria-multiline` on textareas has been removed. New support added for ngValue, ngChecked, and ngRequired, along with updated documentation. Closes angular#13078 Closes angular#11374 Closes angular#11830
marcysutton
added a commit
to marcysutton/angular.js
that referenced
this issue
Jan 18, 2016
BREAKING CHANGE: Where appropriate, ngAria now applies ARIA to custom controls only, not native inputs. Because of this, support for `aria-multiline` on textareas has been removed. New support added for ngValue, ngChecked, and ngRequired, along with updated documentation. Closes angular#13078 Closes angular#11374 Closes angular#11830
marcysutton
added a commit
to marcysutton/angular.js
that referenced
this issue
Feb 2, 2016
BREAKING CHANGE: Where appropriate, ngAria now applies ARIA to custom controls only, not native inputs. Because of this, support for `aria-multiline` on textareas has been removed. New support added for ngValue, ngChecked, and ngRequired, along with updated documentation. Closes angular#13078 Closes angular#11374 Closes angular#11830
marcysutton
added a commit
to marcysutton/angular.js
that referenced
this issue
Feb 3, 2016
BREAKING CHANGE: Where appropriate, ngAria now applies ARIA to custom controls only, not native inputs. Because of this, support for `aria-multiline` on textareas has been removed. New support added for ngValue, ngChecked, and ngRequired, along with updated documentation. Closes angular#13078 Closes angular#11374 Closes angular#11830
marcysutton
added a commit
to marcysutton/angular.js
that referenced
this issue
Feb 3, 2016
BREAKING CHANGE: Where appropriate, ngAria now applies ARIA to custom controls only, not native inputs. Because of this, support for `aria-multiline` on textareas has been removed. New support added for ngValue, ngChecked, and ngRequired, along with updated documentation. Closes angular#13078 Closes angular#11374 Closes angular#11830
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We've the problem that ngAria adds attribute aria-required to our checkboxes and W3C Validator rightly complains about that.
What am I doing wrong? Or is it an issue in ngAria?
The text was updated successfully, but these errors were encountered: