zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
891 stars 232 forks source link

Fix aria keyboard support for directional arrows #144

Closed stonebk closed 5 years ago

stonebk commented 5 years ago

Per aria examples, left and down should decrease, up and right should increase: https://www.w3.org/TR/wai-aria-practices/examples/slider/slider-1.html

Key Function
Right Arrow Increases slider value one step.
Up Arrow Increases slider value one step.
Left Arrow Decreases slider value one step.
Down Arrow Decreases slider value one step.
stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.