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

fix(aria-allowed-role): updates the allowed roles for the wbr element to none and presentation #3192

Merged
merged 1 commit into from Oct 8, 2021

Conversation

scottaohara
Copy link
Contributor

Changes the allowed roles of the wbr element from "all roles", to none and presentation only.

related to issue #3177 (but does not entirely close it)

@scottaohara scottaohara requested a review from a team as a code owner October 6, 2021 15:32
@CLAassistant
Copy link

CLAassistant commented Oct 6, 2021

CLA assistant check
All committers have signed the CLA.

@straker
Copy link
Contributor

straker commented Oct 7, 2021

Thanks for the pr. Should we also update the b element to restrict the roles as well in this pr?

@scottaohara
Copy link
Contributor Author

scottaohara commented Oct 8, 2021

Hi @straker. Nope this is good to go. We are matching the br element here, not the b element. So aside from the aria-hidden we spoke of in the issue related to this pr, this update is all that’s needed for updating the allowed roles.

@straker
Copy link
Contributor

straker commented Oct 8, 2021

Reviewed for security

@straker straker changed the title updates the allowed roles for the wbr element fix(aria-allowed-role): updates the allowed roles for the wbr element to none and presentation Oct 8, 2021
@straker straker merged commit 2f439b3 into dequelabs:develop Oct 8, 2021
@scottaohara scottaohara deleted the patch-1 branch October 8, 2021 16:19
straker pushed a commit that referenced this pull request Oct 18, 2021
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.

None yet

3 participants