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

Should aria-valuetext function as an accessible name #2655

Open
WilcoFiers opened this issue Nov 20, 2020 · 1 comment
Open

Should aria-valuetext function as an accessible name #2655

WilcoFiers opened this issue Nov 20, 2020 · 1 comment
Labels
accessibility support rules Issue or false result from an axe-core rule

Comments

@WilcoFiers
Copy link
Contributor

The YouTube volume slider does not have an accessible name, but uses aria-valuetext to convey its meaning. We may want to flag this for review instead of outright failing it. Needs to be tested in AT.

<div  role="slider" aria-valuemin="0" aria-valuemax="100" tabindex="0" aria-valuenow="100" aria-valuetext="100% volume">
@WilcoFiers WilcoFiers added rules Issue or false result from an axe-core rule accessibility support labels Nov 20, 2020
@dylanb
Copy link
Contributor

dylanb commented Mar 12, 2021

this is a mis-use of the attribute's semantics

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

2 participants