UNPKG

@progress/wct-a11y-spec

Version:

Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.

16 lines (9 loc) 658 B
## Managing the Focus All of the buttons in the Segmented Control are focusable by default, and follow the regular tab order of the page. ## Keyboard Navigation The Segmented Control supports the following keyboard shortcuts: | Shortcut | Behavior | | -------- | -------- | | `Tab` | Focuses the next button in the control. If the focus is on the last button, focuses the next focusable element on the page. | | `Shift` + `Tab` | Focuses the previous button in the control. If the focus is on the first button, focuses the previous focusable element before the Segmented Control. | | `Enter` or `Space` | Activates the focused button and selects it. |