-
Notifications
You must be signed in to change notification settings - Fork 288
Update ARIA11 #1023
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
base: main
Are you sure you want to change the base?
Update ARIA11 #1023
Conversation
✅ Deploy Preview for wcag2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
I synced this branch today while looking through old PRs, which required resolving conflicts:
See df64f09e for what was in the original commit of this PR. |
Co-authored-by: Scott O'Hara
…nk text Co-authored-by: Scott O'Hara
@@ -112,12 +112,13 @@ Procedure |
|||
|
|||
navigation role has been used to mark up a section with navigation links, or the main role is used to contain the page's main content. |
|||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggesting a change to phrase the new check conditionally, similar to the previous one:
<li>Examine that each landmark region that appears multiple times on the page is labelled meaningfully.li> | |
<li>If the same type of landmark appears multiple times on the page, check that each one is labelled meaningfully.li> |
Discussed on backlog call 5/16. We did not resolve if "each landmark region" was equivalent to "same type of landmark". |
Fixes #919
Also:
role=application
(no landmark region)role=region