@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
19 lines (12 loc) • 979 B
Markdown
The FileBox is a single tab-stop component and implements the roving tabindex strategy. By default, the first file item is part of the page tab sequence. To move the focus to another file item, arrow keys must be used.
| Shortcut | Behavior |
| -------- | -------- |
| `Right Arrow` | Focuses the next file in the list. If the focus is on the last file, the focus does not move. |
| `Left Arrow` | Focuses the previous file in the list. If the focus is on the first file, the focus does not move. |
| `Home` | Focuses the first file in the list. |
| `End` | Focuses the last file in the list. |
| `Delete` or `Backspace` | Removes the currently focused file. After removal, the focus moves to the next file in the list if available, or to the previous file if the last file was removed. |
[](https://www.w3.org/WAI/ARIA/apg/practices/keyboard-interface/#kbd_roving_tabindex)