leongersen / noUiSlider

noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
https://refreshless.com/nouislider/
MIT License
5.68k stars 659 forks source link

additional aria config #1166

Closed jeffj6123 closed 2 years ago

jeffj6123 commented 3 years ago

I have a scenario where I need to be able to format the aria min/max values to a more readable format because I am working a time based slider.

The current aria config works great but I need it to be applicable to both additional fields and I am not able to pass in these aria config as attributes because they get overwritten when moving the slider.

Also there is not documentation it seems for running the tests.

leongersen commented 2 years ago

As far as I understand the specification, valuemin, valuemax and valuenow are supposed to be machine readable, whereas valuetext serves to provide "human readable text". What assistive technology are you testing this with?

(see also: the slider role)