@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
18 lines (11 loc) • 734 B
Markdown
When the action sheet is opened, the first action item is focused. Focus is thereafter trapped and wrapped in the ActionSheet container until closed. After the ActionSheet is closed, the developer is responsible for returning the focus to the element that triggered the ActionSheet.
| Shortcut | Behavior |
| -------- | -------- |
| `Escape` | Dismisses the ActionSheet. |
| `Tab` | Moves focus to the next focusable item. |
| `Shift+Tab` | Moves focus to the previous focusable item. |
| `Enter` | Triggers the action associated with the currently focused item. |
[](https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal/)