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

fix: Allow aria idref(s) to be empty #1007

Merged
merged 8 commits into from
Aug 2, 2018
Merged

fix: Allow aria idref(s) to be empty #1007

merged 8 commits into from
Aug 2, 2018

Conversation

WilcoFiers
Copy link
Contributor

@WilcoFiers WilcoFiers commented Jul 13, 2018

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)

  • Follows the commit message policy, appropriate for next version
  • Has documentation updated, a DU ticket, or requires no documentation change
  • Includes new tests, or was unnecessary
  • Code is reviewed for security by: Jey (@JKODU)

marcysutton
marcysutton previously approved these changes Jul 16, 2018
jeeyyy
jeeyyy previously approved these changes Jul 17, 2018
@WilcoFiers WilcoFiers dismissed stale reviews from jeeyyy and marcysutton via 563e485 July 20, 2018 14:35
| 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 |
Copy link
Contributor

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

Copy link
Contributor

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.

@marcysutton
Copy link
Contributor

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?

@WilcoFiers WilcoFiers merged commit a0399f2 into develop Aug 2, 2018
@WilcoFiers WilcoFiers deleted the aria-idref-empty branch August 2, 2018 00:34
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

Successfully merging this pull request may close these issues.

3 participants