You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have given little (read: zero) consideration for accessibility. I'm not sure on how best to approach it, or even where to start.
I suspect that the best approach would be to use input[type=range] for the sliders, however they are not suitable as they are difficult (or impossible) to style, and there is no standards-compliant way to have vertical sliders.
I should probably switch to using <button> for the drag handle on Slider and Map components. There are lots of ARIA attributes to help build these type of controls:
I have given little (read: zero) consideration for accessibility. I'm not sure on how best to approach it, or even where to start.
I suspect that the best approach would be to use
input[type=range]
for the sliders, however they are not suitable as they are difficult (or impossible) to style, and there is no standards-compliant way to have vertical sliders.I should probably switch to using
<button>
for the drag handle onSlider
andMap
components. There are lots of ARIA attributes to help build these type of controls:Maybe try to enlist help of some people with experience building for accessibility
The text was updated successfully, but these errors were encountered: