vanilla-framework
vanilla-framework copied to clipboard
Slider component isn't accessible
- It doesn't have an
aria-valuenow
property, do we need to add this? As it will need to be updated with Javascript. Maybe we could add aria-hidden to the slider and allow screen reader users to just use the input field. - We use
min
andmax
values but the WCAG guidelines suggest usingaria-valuemin
andaria-valuemax
too.