Skip to content
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

Update allowances for aria-checked on inputs #361

Closed
scottaohara opened this issue Oct 7, 2021 · 0 comments · Fixed by #372
Closed

Update allowances for aria-checked on inputs #361

scottaohara opened this issue Oct 7, 2021 · 0 comments · Fixed by #372

Comments

@scottaohara
Copy link
Member

Presently we say that authors SHOULD NOT use aria-checked on radios and checkboxes.

After discussing w3c/aria#1622 in today's ARIA WG meeting, and the problems that using aria-checked on native checkboxes can have - particularly due to aria-che3cked=mixed and bugs that exist now with Chromium browsers where input type=checkbox checked aria-checked=false will expose 'false' even though the control is actually 'checked', this rule needs to be updated to MUST NOT.

@scottaohara scottaohara added this to the ARIA in HTML: Next milestone Oct 7, 2021
@scottaohara scottaohara self-assigned this Oct 7, 2021
scottaohara added a commit that referenced this issue Nov 10, 2021
scottaohara added a commit that referenced this issue Apr 16, 2022
closes  #361
* update aria-checked allowances
* update change log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant