UNPKG

@progress/wct-a11y-spec

Version:

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

17 lines (9 loc) 796 B
## Managing the Focus When the Popover does not contain focusable elements, it is not focusable and acts as a Tooltip component. When the Popover contains focusable elements, and gets opened, the first focusable element within the Popover content is focused. Focus is trapped and wrapped in the Popover content. Upon closing the Popover through the keyboard or by interacting with an element within the Popover content, focus is returned back to the anchor element. ## Keyboard Shortcuts | Shortcut | Behavior | | -------- | -------- | | `Escape` | Dismisses the Popover. | ## Resources [ARIA Authoring Practices: Tooltip Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/) [WAI-ARIA: Dialog Role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/dialog_role)