@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
16 lines (9 loc) • 624 B
Markdown
## Managing the Focus
All of the buttons in the group are focusable by default, and follow the regular tab order of the page.
## Keyboard Navigation
The ButtonGroup supports the following keyboard shortcuts:
| Shortcut | Behavior |
| -------- | -------- |
| `Tab` | Focuses the next button in the group. If the focus is on the last button, focuses the next focusable element on the page. |
| `Shfit` + `Tab` | Focuses the previous button in the group. If the focus is on the first button, focuses the previous focusable element before the ButtonGorup. |
| `Enter` or `Space` | Triggers a click action on the button. |