@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
21 lines (13 loc) • 864 B
Markdown
The Wizard (`tablist`) implements the `selection follows focus` pattern.
## Keyboard Shortcuts
Below are applicable to the `tablist` of the Wizard. If focus is on an element in a Wizard `tabpanel` (Step), those will follow the general browser rules for keyboard navigation.
| Shortcut | Behavior |
| -------- | -------- |
| `LeftArrow / UpArrow` | Selects previous tab. |
| `RightArrow / DownArrow` | Selects next tab. |
| `Home` | Selects first tab. |
| `End` | Selects last tab. |
| `Tab` | Focuses next element in the page Tab sequence. That could be the currently visible `tabpanel`, an element on it, or an element outside the Wizard. |
| `Shift + Tab` | Focuses previous element in the page Tab sequence. |
## Resources
[ARIA Authoring Practices: Tabs with Automatic Activation](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-automatic/)