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

Investigate and implement accessibility improvements for RangeInput #348

Open
dpikt opened this issue Jun 10, 2019 · 1 comment
Open

Investigate and implement accessibility improvements for RangeInput #348

dpikt opened this issue Jun 10, 2019 · 1 comment
Labels
a11y Accessibility help wanted
Milestone

Comments

@dpikt
Copy link
Contributor

dpikt commented Jun 10, 2019

Looks like there might be some enhancements we can make: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_slider_role

@dpikt dpikt added the a11y Accessibility label Jun 10, 2019
@chawes13 chawes13 added this to the v6 milestone Aug 31, 2021
@chawes13
Copy link
Contributor

chawes13 commented Aug 31, 2021

It looks like we're also using a label element for the range, which looks like output might be the most appropriate (although it's not supported by IE11).

https://caniuse.com/?search=output

ARIA Authoring Practices just uses a div for the value

@chawes13 chawes13 changed the title Investigate accessibility of RangeInput Investigate and implement accessibility improvements for RangeInput Aug 31, 2021
@chawes13 chawes13 modified the milestones: v6, v7 Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Accessibility help wanted
Projects
None yet
Development

No branches or pull requests

2 participants