UNPKG

@progress/wct-a11y-spec

Version:

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

24 lines (12 loc) 804 B
## Managing the Focus The component 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. ## Keyboard Shortcuts The Calendar implements the same keyboard navigation as the **InfiniteCalendar** component. [InfiniteCalendar specification]({{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. | ## Resources [ARIA Authoring Practices: Date Picker Dialog: Date Grid](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/#kbd_label_5)