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

allows role=combobox on button and input type=button #56

Merged
merged 1 commit into from
Jan 16, 2022

Conversation

scottaohara
Copy link
Contributor

This PR addresses ARIA in HTML being updated to allow the combobox role on these elements, and fix an oversight where role=checkbox should have been allowed on input type=button to match the same allowance on the button element.

This PR addresses [ARIA in HTML](w3c/html-aria#396) being updated to allow the `combobox` role on these elements, and fix an oversight where `role=checkbox` should have been allowed on `input type=button` to match the same allowance on the `button` element.
@gezlemon gezlemon merged commit 7e8e47a into ThePacielloGroup:master Jan 16, 2022
@gezlemon
Copy link
Collaborator

Thanks, @scottaohara

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants