-
Notifications
You must be signed in to change notification settings - Fork 470
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
querying aria-role superclass hierarchies #448
Comments
Not sure whether to label this as a bug or enhancement, but either way, this would be great :) |
Actually, I feel like this should be something that aria-query or dom-accessibility-api should handle 🤔 It's definitely an enhancement though :) |
Sounds like aria-query provides this functionality |
If it sounds good to all of you, I could try to make this enhancement! |
That sounds great to me @delca85! |
We've decided to not implement this. |
getByRole
should be able to understand superclass hierarchies such as:Looks related to #446
Examples: https://codesandbox.io/s/young-tree-68kbl
The text was updated successfully, but these errors were encountered: