-
Notifications
You must be signed in to change notification settings - Fork 161
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 accessibility issues #14262
Comments
There has been no recent activity and this issue has been marked inactive. |
@valadzhov , @georgianastasov , why should the tabindex be 1? |
Yep, good question. I've missed to look at this initially. It does not make sense to make the value 1. Actually, it is not recommended to set any positive integer value (https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) |
Apologies for the delayed reply, Outlook placed the email in the wrong folder.
Corrected, should be 0 For the existing Also see |
Description
The following accessibility issues are present in the component at the moment:
ariavalue-now
tab-index
is 1 (it should be 0)The text was updated successfully, but these errors were encountered: