@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
24 lines (12 loc) • 804 B
Markdown
is a single tab stop with focusable `<table>` (the element with `role="grid"`). It uses `aria-activedescendant` to keep the info for the currently focused date cell.
The Calendar implements the same keyboard navigation as the **InfiniteCalendar** component.
[ ]({{infinitecalendar_kb_link}})
In addition to that it also implements the following shortcuts:
| Shortcut | Behavior |
| -------- | -------- |
| `Ctrl/Cmd(Mac) + Right Arrow` | Navigates to the next period. |
| `Ctrl/Cmd(Mac) + Left Arrow` | Navigates to the previous period. |
[ ](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/#kbd_label_5)
The component