UNPKG

@progress/wct-a11y-spec

Version:

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

17 lines (10 loc) 668 B
## Managing the Focus 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. ## Keyboard Shortcuts | Shortcut | Behavior | | -------- | -------- | | `Escape` | Dismisses the ActionSheet. | | `Tab` | Cycles through the focusable items. | | `Enter` | Triggers the action associated with the currently focused item. | ## Resources [ARIA Authoring Practices: Dialog (Modal) Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/dialogmodal/)