You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarification: list additional aria attributes for file and color inputs (#464)
closes#457
`input type=file` can allow for the aria-required, invalid and disabled attributes. These attributes are already supported by checkers.
Additionally, `input type=color` also allows for the `aria-disabled` attribute. Note HTML does not allow the required attribute for this element, so aria-required and invalid wouldn't be applicable here.
0 commit comments