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

Don't require aria-valuemin and aria-valuemax in aria-required-attr #1500

Closed
WilcoFiers opened this issue Apr 17, 2019 · 1 comment
Closed
Assignees
Labels
accessibility support rules Issue or false result from an axe-core rule

Comments

@WilcoFiers
Copy link
Contributor

While these are required values, after some testing it turns out that NVDA and VoiceOver don't announce these values at all, and that while JAWS does claim it can, but it's hard to find out even how to get it to do that (Thanks @mfairchild365 for the research).

This needs to be removed from the required attributes for the following roles:

  • scrollbar
  • slider
  • spinbutton
@WilcoFiers WilcoFiers added rules Issue or false result from an axe-core rule accessibility support labels Apr 17, 2019
@WilcoFiers WilcoFiers added this to the Axe-core 3.3 milestone May 1, 2019
@straker straker self-assigned this May 1, 2019
@chandana7393
Copy link

Working as expected no throwing any violation related to aria-valuemin and aria-valuemax.
image
Tested Environment:
Axe-coconut - 3.8.0.14704v
Chrome - 74v
OS - Windows 10 64 bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility support rules Issue or false result from an axe-core rule
Projects
None yet
Development

No branches or pull requests

4 participants