UNPKG

@progress/wct-a11y-spec

Version:

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

32 lines (23 loc) 1.27 kB
### Keyboard Shortcuts **KB navigation applied to the wrapper** | Shortcut | Behavior | |----------|----------| | `Alt Down` | Opens pop up| | `Alt Up` or `Esc` | Closes popup| | `Left` | Focuses the previous tag item in the selected list. | | `Right` | Focuses the next tag item in the selected list. | | `Delete` or `Backspace` | When the focused item is a tag list, removes the item from the selection. | Typing in the input should focus matched item. **KB navigation applied to the PopupList** The Popup element of the component should implement the KB specification for a **PopuList** component. In addition to the above it also extends the KB navigation by adding the following shortcuts: | Shortcut | Behavior | |----------|----------| | `Shift Up` | Adds previous item to selection. | | `Shift Down` | Adds next item to selection. | | `Ctrl Shift Home` | Selects all items up to the beginning of the list. | | `Ctrl Shift End` | Selects items down to the end of the list. | | `Ctrl A` | Selects all items present in the list. | ## Resources https://www.w3.org/TR/wai-aria-practices/#combobox https://www.w3.org/TR/wai-aria-practices/examples/combobox/aria1.1pattern/listbox-combo.html https://www.w3.org/TR/wai-aria-practices/#listbox_kbd_interaction