@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
16 lines (9 loc) • 548 B
Markdown
## Managing the Focus
The ExpansionPanel is a single-tab-stop component. By default only its header is focusable and interactive. If there are focusable elements within the component's content, they remain in the page tab sequence.
## Keyboard Shortcuts
| Shortcut | Behavior |
| -------- | -------- |
| `Enter` | Expands and collapses the focused ExpansionPanel. |
| `Space` | Expands and collapses the focused ExpansionPanel. |
## Resources
[ARIA Authoring Practices: Accordion Pattern](https://www.w3.org/WAI/ARIA/apg/patterns/accordion/)