@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
20 lines (14 loc) • 862 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
https://www.w3.org/TR/wai-aria-practices-1.2/#tabpanel
https://www.w3.org/TR/wai-aria-practices-1.2/examples/tabs/tabs-1/tabs.html