-
Notifications
You must be signed in to change notification settings - Fork 795
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
fix: Allow aria idref(s) to be empty #1007
Conversation
doc/rule-descriptions.md
Outdated
| landmark-no-duplicate-banner | Ensures the document has no more than one banner landmark | Moderate | cat.semantics, best-practice | true | | ||
| landmark-no-duplicate-contentinfo | Ensures the document has no more than one contentinfo landmark | Moderate | cat.semantics, best-practice | true | | ||
| landmark-one-main | Ensures a navigation point to the primary content of the page. If the page contains iframes, each iframe should contain either no main landmarks or just one | Moderate | cat.semantics, best-practice | true | | ||
| landmark-banner-is-top-level | Ensures the banner landmark is at top level | Moderate | cat.semantics, best-practice | true | |
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.
Multiple PR's where these changes for rule descriptions are shown :( revert here, See: https://github.com/dequelabs/axe-core/pull/1017/files#r205952776
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.
Hopefully once it's merged they'll go away. I think I must have forgotten to do a build when #1003 went in.
We're saying there's no accessibility impact for any ARIA attribute when an idref value is missing?Looks simple enough. However, one concern I have is what if an idref value is missing due to an error, and developers won't realize something is broken by passing them all? |
We have a few issues open related to allowing empty idref(s) for ARIA:
Reviewer checks
Required fields, to be filled out by PR reviewer(s)