@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
14 lines (10 loc) • 460 B
Markdown
## Keyboard Shortcuts
| Shortcut | Behavior |
| -------- | -------- |
| `Down Arrow` | Focuses the next cell below. |
| `Up Arrow` | Focuses the next cell above. |
| `Right Arrow` | Focuses the next cell on the right. |
| `Left Arrow` | Focuses the next cell on the left. |
| `Enter` | Selects the color from the currently focused cell. |
## Resources
[ARIA Authoring Practices: Data Grid](https://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/dataGrids/)