-
Notifications
You must be signed in to change notification settings - Fork 794
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
Update rule aria-required-parent
#2012
Comments
The check only uses |
|
aria-required-parent
aria-required-parent
Debugged As the approach to solve this between these two rules will vary. |
aria-required-parent
aria-required-parent
This should be resolved now with latest axe-core (technically the aria-required-children rule fails, so maybe not). |
aria-required-parent rule should fail when there is an intermediate role between the child and parent |
No docs required |
Expectation:
For examples below, the rule should fail because required parent role is not correct.
Actual:
The rule only looks for parent with an allowed role, without intercepting nodes in between which can have over-ridding roles.
Motivation:
Required for implementation of rule in ACT Rule - https://act-rules.github.io/rules/ff89c9
The text was updated successfully, but these errors were encountered: