@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
48 lines (24 loc) • 1.23 kB
Markdown
Initial focus is on the selected date.
The DatePicker implements the keyboard shortcuts for the DateInput component:
[]({{dateinput_kb_link}})
Apart from that, it also features the following shortcuts related to ist Popup:
| Shortcut | Behavior |
| -------- | -------- |
| `Esc` | Closes the popup |
| `Alt/Opt(Mac) + Down` | Opens the popup |
| `Alt/Opt(Mac) + Up` | Closes the popup |
Ones the popup is open, navigation is handled through the Calendar component:
[]({{calendar_kb_link}})
In adaptive mode, the popup element of the DatePicker has to implement the keyboard navigation specification for an ActionSheet component.
[]({{actionsheet_kb_link}})
The following rules deviate from the standard ActionSheet behavior:
| Shortcut | Behavior |
| -------- | -------- |
| `Tab` | Closes the actionsheet and focuses the next focusable element. |
[](https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/)