Emulating a range slider
I am creating a highly customizable range slider with possibility multiple of multiple "thumbs"
What i am trying to understand how to make it as accessable as possible.
I am guessing that the input type range is as accessable as it can get, so how cam i emulate that.
Are there any realistic/real negatives/cons with creating a javascript range slider in terms of accessability?
3 Replies
example:
Ana Tudor has a fantastic article on this, including making it accessible. It's a bit old right now, so there might be a few things that are easier, but it should get you on the right track: https://css-tricks.com/multi-thumb-sliders-particular-two-thumb-case/
helpful for price range filters