@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
15 lines (11 loc) • 485 B
Markdown
## Keyboard Shortcuts
| Shortcut | Behavior |
| -------- | -------- |
| `Arrow Down or Arrow Left` | Decreases value by small step. |
| `Arrow Up or Arrow Right` | Increases value by small step. |
| `Home` | Sets value to the Min value. |
| `End` | Sets value to the Max value. |
| `Page up` | Increases value by large step. |
| `Page down` | Decreases value by large step. |
## Resources
[ARIA Authoring Practices: Slider Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/slider/)