@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
25 lines (16 loc) • 654 B
Markdown
## Managing the Focus
Tab Sequence follows the dom elements order. The focus order is as follows:
- Captcha image
- Reset button
- Audio button
- Input
When audio button is clicked (`enter` or `space`) the volume control (Slider component) is focused.
## Keyboard Shortcuts
| Shortcut | Behavior |
| -------- | -------- |
| `Tab` | Navigates to the next Captcha element. |
| `Shift+Tab` | Navigates to the previous Captcha Element. |
| `Enter` | Presses the focused Captcha button. |
| `Space` | Presses the focused Captcha button. |
| `Arrow Up` | Increases the Audio control volume. |
| `Arrow Down` | Decreases the Audio control volume. |