@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
15 lines (10 loc) • 511 B
Markdown
## Managing the Focus
- Initial focus - First item in the drawer
- Removing TabIndex components Practice for managing the focus
- Persist only the last focused element with TabIndex = 0
## Keyboard Shortcuts
| Shortcut | Behavior |
| -------- | -------- |
| `Enter` | Execute the item action |
| `Arrow Up` | Goes to the previous item. Focus is moved to the prev item and its tabindex is set to 0. |
| `Arrow Down` | Goes to the next item. Focus is moved to the next item and its tabindex is set to 0. |