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

Addition: allow combobox role on button element #396

Merged
merged 10 commits into from
Feb 13, 2022
Merged

Conversation

scottaohara
Copy link
Member

@scottaohara scottaohara commented Jan 15, 2022

closes #375

Allows combobox role on button element and input type=button.

test case

This PR also corrects input type=button missing the role=checkbox, which is allowed on a <button> element.


Need at least two checkers to accept this change before we can merge.


Preview | Diff

scottaohara added a commit to scottaohara/WAI-ARIA-Usage that referenced this pull request Jan 15, 2022
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.
@scottaohara scottaohara added the Meets 2 implementations req Indicates that a spec change has met the necessary 2 implementations needed to merge. label Jan 15, 2022
@scottaohara scottaohara added needs implementation commitment Cannot merge into spec until implementations in conformance checkers has been confirmed. and removed Meets 2 implementations req Indicates that a spec change has met the necessary 2 implementations needed to merge. labels Jan 16, 2022
@scottaohara scottaohara added Meets 2 implementations req Indicates that a spec change has met the necessary 2 implementations needed to merge. and removed needs implementation commitment Cannot merge into spec until implementations in conformance checkers has been confirmed. labels Jan 21, 2022
@scottaohara scottaohara merged commit 0a0d45d into gh-pages Feb 13, 2022
@scottaohara scottaohara deleted the issue-375 branch February 13, 2022 00:29
@scottaohara scottaohara changed the title allow combobox role on button element Addition: allow combobox role on button element May 19, 2022
scottaohara added a commit that referenced this pull request May 19, 2022
directly reference the following PRs in the changelog, and prepend each entry with the appropriate 'label'

related to #419

- #352
- #367 (and follow on [commit](887c772))
- #360
- #353
- #372
- #402
- #404
- #403
- #396
- #391
- #369
- #381
pkra pushed a commit to w3c/aria that referenced this pull request May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meets 2 implementations req Indicates that a spec change has met the necessary 2 implementations needed to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review allowed roles for button
2 participants