UNPKG

@progress/wct-a11y-spec

Version:

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

18 lines (14 loc) 846 B
## Managing Focus The navigation will be enabled by a `Navigable` parameter, like the Grid. When `Navigable` is true, all tiles will have a tabindex of `0`, and can be accessed through the reglar `Tab` key navigation. ## Keyboard Shortcuts | Shortcut | Behavior | |----------|----------| |`Tab` | Move focus to the next tile. If focus is on the last tile, focus the next focusable element on the page. | |`Shift + Tab` | Move focus to the previous tile. If focus is on the first tile, focus the previous focusable element before the TileLayout. | |`Shift + Right` | Reorder with next tile. | |`Shift + Left` | Reorder with previous tile. | |`Ctrl + Right` | Increment width with one column. | |`Ctrl + Left` | Decrement width with one column. | |`Ctrl + Down` | Increment height with one row. | |`Ctrl + Up` | Decrement height with one row. |