Skip to content

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