@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
14 lines (8 loc) • 500 B
Markdown
## Keyboard Shortcuts
The breadcrumb is a navigation component that contains focusable links.
| Shortcut | Behavior |
| -------- | -------- |
| `Tab` & `Shift+Tab` | Focuses next and previous breadcrumb items. The focusable element is the element with either `a` tag, or `role=\"link\"` |
| `Enter` | Selects the Bredcrumb item, and navigates to it (if navigatable). |
## Resources
[ARIA Authoring Practices: Breadcrumb](https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/examples/breadcrumb/)