socib / Leaflet.TimeDimension

Add time dimension capabilities on a Leaflet map.
MIT License
433 stars 138 forks source link

[accessibility] Slider/range controls #211

Open Malvoz opened 2 years ago

Malvoz commented 2 years ago

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 commented 2 years ago

Other potentially helpful resources:

r1m commented 2 years ago

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

Malvoz commented 2 years ago

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