Skip to content

fix(aria-allowed-attrs): add aria-expanded to allowed attrs for menuitemcheckbox and menuitemradio#3994

Merged
straker merged 1 commit intodequelabs:developfrom
smhigley:menuitem-expanded
Apr 26, 2023
Merged

fix(aria-allowed-attrs): add aria-expanded to allowed attrs for menuitemcheckbox and menuitemradio#3994
straker merged 1 commit intodequelabs:developfrom
smhigley:menuitem-expanded

Conversation

@smhigley
Copy link
Copy Markdown
Contributor

Fixes #3992

Adds aria-expanded to allowed attributes for menuitemcheckbox and menuitemradio, and updates the passes.html aria-allowed-attr tests for that attribute on those two roles.

Past context: #3343

@smhigley smhigley requested a review from a team as a code owner April 19, 2023 17:11
@straker
Copy link
Copy Markdown
Contributor

straker commented Apr 20, 2023

Awesome, thanks for this. I noticed #3343 added aria-expanded to more roles, such as checkbox and switch. Do you think those should be part of this pr or a separate pr?

@straker straker changed the title fix: add aria-expanded to allowed attrs for menuitemcheckbox and menuitemradio fix(aria-allowed-attrs): add aria-expanded to allowed attrs for menuitemcheckbox and menuitemradio Apr 26, 2023
@straker
Copy link
Copy Markdown
Contributor

straker commented Apr 26, 2023

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.

False positive aria-allowed-attr for aria-expanded on menuitemcheckbox and menuitemradio

2 participants