@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
17 lines (10 loc) • 419 B
Markdown
## Managing the Focus
Each item in the bottom navigation is focusable.
## Keyboard Shortcuts
| Shortcut | Behavior |
| -------- | -------- |
| `Shift + Tab` | Focuses previous link. |
| `Tab` | Focuses next link. |
| `Space / Enter` | Activates the currently focused link. |
## Resources
[ARIA Authoring Practices: Navigation Landmark](https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/navigation.html)