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

[accessibility] Slider/range controls #211

Open
Malvoz opened this issue Sep 8, 2021 · 3 comments
Open

[accessibility] Slider/range controls #211

Malvoz opened this issue Sep 8, 2021 · 3 comments

Comments

@Malvoz
Copy link

Malvoz commented Sep 8, 2021

The timecontrol-dateslider and timecontrol-speed sliders are not keyboard accessible and their corresponding output values are not announced by screen readers.

Considering using <input type="range"> (requires additional styling to reset browser defaults) or the ARIA equivalent: https://www.w3.org/WAI/ARIA/apg/patterns/slider/.

@Malvoz
Copy link
Author

Malvoz commented Apr 4, 2022

@r1m
Copy link
Contributor

r1m commented Apr 19, 2022

Time slider also includes range limiting knobs : https://apps.socib.es/Leaflet.TimeDimension/examples/example3.html
image

@Malvoz
Copy link
Author

Malvoz commented Apr 19, 2022

@r1m There's also a Slider (Multi-Thumb) ARIA design pattern.

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

No branches or pull requests

2 participants