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

Figure out what rules need to support shadow DOM #410

Closed
WilcoFiers opened this issue Jul 6, 2017 · 1 comment
Closed

Figure out what rules need to support shadow DOM #410

WilcoFiers opened this issue Jul 6, 2017 · 1 comment
Assignees

Comments

@WilcoFiers
Copy link
Contributor

WilcoFiers commented Jul 6, 2017

We need to go through all of the rules and identify which ones need to change for them to work from within a shadow tree. For each of these, a ticket must be created.

@WilcoFiers WilcoFiers self-assigned this Jul 6, 2017
@WilcoFiers
Copy link
Contributor Author

WilcoFiers commented Jul 13, 2017

I've put together tickets for rules that need to be updated for

"aria-required-children" check to use the composed tree #421
"aria-required-parent" check to use the composed tree in getAriaOwners #422
"caption" and "description" checks to search for <track> in composed tree #423
"landmark" check should look into shadow elements for <main> #424
"fieldset" check to use the composed tree #425
"group-labelledby" check to use the composed tree #426
"only-dlitems", "structured-dlitems" and "only-listitems" checks must look at composed children #427
"dlitem" and "listitem" checks to use getComposedParent #428
"duplicate-id" to allow repeating IDs in different contexts #429
"duplicate-img-label" check to consider texts/images on composed tree #430
"explicit-label" check to look in the correct context #431
"link-in-text-block" check to look up the composed tree #432
"region" check to look at the composed tree #433

mrtnvh pushed a commit to mrtnvh/axe-core that referenced this issue Nov 24, 2023
…les/next.js (dequelabs#410)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

1 participant