@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
12 lines (8 loc) • 500 B
Markdown
## Keyboard Shortcuts
The Form does not implement any specific keyboard navigation. Everything is handled through the default browser behavior for `<form />`.
| Shortcut | Behavior |
| -------- | -------- |
| `Shift + Tab` | Moves focus to the previous focusable element. |
| `Tab` | Moves focus to the next focusable element. |
| `Space` | Triggers the default action of the focused element for the Space key. |
| `Enter` | Triggers the default action of the focused element for the Enter key. |