UNPKG

@progress/wct-a11y-spec

Version:

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

16 lines (11 loc) 1.12 kB
## Managing the Focus The Sortable component is a single tab-stop. When focused with the keyboard (tabbed into), the first (or last focused) item gets focused. Tab or shift-tab moves focus to the next/previous focusable item on the page. Enter moves the focus to the first focusable element within the currently focused item (if such) and traps and wraps the focus which allows tabbing through the focusable elements within the item content (if any). Escape returns focus to the Sortable item. ## Keyboard Shortcuts | Shortcut | Behavior | | -------- | -------- | | `Right/Down Arrow` | Sets the focus on the next available item. | | `Left/Up Arrow` | Sets the focus on the previously available item. | | `Ctrl/⌘`+`Right/Down Arrow` | Moves the focused item after the next item. | | `Ctrl/⌘`+`Left/Up Arrow` | Moves the focused item before the previous item. | | `Enter` | Focuses the first focusable element within the item's content (if any). Focus is trapped and wrapped within the item content. | | `Escape` | When focus is on an internal element within a Sortable item, returns the focus to the item wrapper. |