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 role allowances for button and input type=button #1301

Merged
merged 2 commits into from
Jan 21, 2022

Conversation

scottaohara
Copy link
Contributor

ARIA in HTML is planning to allow role=combobox on a button and input type=button element. This PR updates the validator to allow this role on these elements.

Adds role=combobox as an allowed role for button and input type=button.

Additionally, this PR adds role=checkbox as an allowed role for input type=button to match the button element allowances. This was an oversight in the spec which this PR will help correct.

adds `role=combobox` as an allowed role for `button` and `input type=button`.

adds `role=checkbox` as an allowed role for `input type=button` to match the `button` element allowances.
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