-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider allowing aria-required on checkboxes #921
Comments
We have this for ages in our business frameworks. We need that, too. |
I don't think this is a parity issue. Parity (1.3) is for us to add attributes that don't exist. We have this attribute. We could apply it now. We need consensus. Therefore I'm removing the 1.3 milestone. |
The ARIA Working Group just discussed The full IRC log of that discussion<HarrisSchneiderman> During a discussion on the a11y Slack with, the notion of required parity with HTML on checkboxes was raised. Though not often used and a bit odd, there are cases where it is beneficial to have an HTML required attribute on a checkbox and, as such, would benefit from aria-required being allowed in kind |
At today's face-to-face we agreed to make this change. I've committed it to master (Editor's Draft). It can land in the Working Draft after we have implementation, tests, authoring, etc. Closing as FIXED. |
Just wanted to flag a concern that adding this with no supporting information in the APG risks it being improperly implemented. The only real use case I know of for this is when someone requires a single checkbox to be checked, such as indicating their consent to a statement. A larger need is for a group of checkboxes to require at least one checkbox to be chosen. If there was an equivalent to radiogroup for checkboxes, that could address that need. |
During a discussion on the a11y Slack with, the notion of
required
parity with HTML on checkboxes was raised. Though not often used and a bit odd, there are cases where it is beneficial to have an HTMLrequired
attribute on a checkbox and, as such, would benefit fromaria-required
being allowed in kind.The text was updated successfully, but these errors were encountered: