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

Remove implied ARIA properties from <input type="range"> #105

Closed
kirsty-hames opened this issue Oct 26, 2023 · 0 comments · Fixed by #106
Closed

Remove implied ARIA properties from <input type="range"> #105

kirsty-hames opened this issue Oct 26, 2023 · 0 comments · Fixed by #106
Assignees

Comments

@kirsty-hames
Copy link
Contributor

Subject of the issue

Mozilla ARIA slider role best practice states HTML's implicitly has the role of slider. Do not use aria-valuemax or aria-valuemin attributes on elements; use min and max instead. Otherwise, any global aria-* attributes and any other aria-* attributes applicable to the slider role.

See Slider issue for discussion thread - adaptlearning/adapt-contrib-slider#191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant