@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
12 lines (8 loc) • 491 B
Markdown
### Keyboard Navigation
The group of RadioButtons does not implement any keyboard navigation. Everything is handled through the default browser behavior for radio buttons.
| Shortcut | Behavior |
| -------- | -------- |
| `Arrow Down or Arrow Left` | Decreases value by one rating step. |
| `Arrow Up or Arrow Right` | Increases value by one rating step. |
| `Home` | Sets value to the Min available value in the Rating. |
| `End` | Sets value to the Max available value in the Rating. |