-
Notifications
You must be signed in to change notification settings - Fork 30
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
Slider input has no accessible name #189
Comments
Looking at Mozilla ARIA slider role, An accessible name is required. If the range's role is applied to an HTML As we don't use |
In addition, Mozilla ARIA slider role best practice states HTML's Slider already uses |
Subject of the issue
Client feedback has reported the following:
The accessible name of the slider itself must be set (referring to the
<input type="range">
). See in the screenshot below the name property is blank.Your environment
Expected behaviour
The slider
<input type="range"
> should have an appropriatearia-label
oraria-labelledby
property set.Note, same issue applies to the confidenceSlider.
The text was updated successfully, but these errors were encountered: