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

build role conflict resolution into axe.commons.aria.getRole #2212

Closed
straker opened this issue May 6, 2020 · 3 comments
Closed

build role conflict resolution into axe.commons.aria.getRole #2212

straker opened this issue May 6, 2020 · 3 comments
Assignees
Milestone

Comments

@straker
Copy link
Contributor

straker commented May 6, 2020

This should replace the exception we build into axe.commons.text.titleText.

https://www.w3.org/TR/wai-aria-1.1/#conflict_resolution_presentation_none

@straker
Copy link
Contributor Author

straker commented May 26, 2020

See also w3c/aria#1270

@padmavemulapati
Copy link

padmavemulapati commented Jul 7, 2020

when role=presentation and aria-attributes are properly defined no failures seeing:
for ex: <h1 role="presentation" aria-haspopup="true"> Sample Content </h1> is passing no failure found
but <h1 role="presentation" aria-level="2"> Sample Content </h1> is failing for aria-allowed-role - ruleid

@jeankaplansky
Copy link
Contributor

no user-facing docs required.

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

No branches or pull requests

3 participants