Skip to content

fix(aria-allowed-role): allow combobox on button, checkbox and combobox on input[type=button]#3354

Merged
straker merged 5 commits intodequelabs:developfrom
scottaohara:patch-2
Nov 29, 2022
Merged

fix(aria-allowed-role): allow combobox on button, checkbox and combobox on input[type=button]#3354
straker merged 5 commits intodequelabs:developfrom
scottaohara:patch-2

Conversation

@scottaohara
Copy link
Copy Markdown
Contributor

@scottaohara scottaohara commented Jan 16, 2022

closes issue #3353

  • Adds role=combobox to the <button> element.
  • Adds role=combobox and role=checkbox to the <input type=button> element.

closes dequelabs#3353

- Adds `role=combobox` to the `<button>` element.
- Adds `role=combobox` and `role=checkbox` to the `<input type=button>` element.
@scottaohara scottaohara requested a review from a team as a code owner January 16, 2022 16:18
@WilcoFiers WilcoFiers requested a review from straker January 17, 2022 10:34
Copy link
Copy Markdown
Contributor

@WilcoFiers WilcoFiers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need integration tests for aria-allowed-role.

* `button role=combobox`
* `input type=button role=combobox`
* `input type=button role=checkbox`
* `button role=combobox`
* `input type=button role=combobox`
* `input type=button role=checkbox`
@scottaohara scottaohara requested a review from WilcoFiers March 7, 2022 12:37
@WilcoFiers WilcoFiers changed the title Update allowed button & input type=button roles Update allowed button & input type=button roles [WIP] Apr 14, 2022
@straker straker changed the title Update allowed button & input type=button roles [WIP] fix(aria-allowed-role): allow combobox on button, checkbox and combobox on input[type=button] Nov 22, 2022
@straker
Copy link
Copy Markdown
Contributor

straker commented Nov 22, 2022

We seem to have let this pr fall into the cracks. Going to update it a bit to make sure it's ready for review again.

@WilcoFiers
Copy link
Copy Markdown
Contributor

[x] Reviewed for security

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.

3 participants