w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
178 stars 48 forks source link

Clarification: list additional aria attributes for file and color inputs #464

Closed scottaohara closed 1 year ago

scottaohara commented 1 year ago

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.

The HTML Validator, IBM equal access, and axe core all support these attributes now. So this is safe to merge without need for implementation issues.


Preview | Diff

patrickhlauke commented 1 year ago

LGTM