UNPKG

@progress/wct-a11y-spec

Version:

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

21 lines (14 loc) 803 B
## Managing the Focus The editor integrates the **Toolbar** component and inherits all shortcuts from it. So, the component has two tab stops - one the toolbar and one the content area. When using the single click tools by mouse, the focus remains on the content. ### Actions applied to Editor content area: | Shortcut | Behavior | | -------- | -------- | | `Ctrl/Cmd(Mac)+B` | Executes bold command. | | `Ctrl/Cmd(Mac)+I` | Executes italic command. | | `Ctrl/Cmd(Mac)+U` | Executes underline command. | | `Ctrl/Cmd(Mac)+Z` | Executes undo command. | | `Ctrl/Cmd(Mac)+Y` | Executes redo command. | | `Shift+Enter` | Adds `<br/>` to content. | | `Enter` | Adds `<p>` to content. | ## Resources [ARIA Authoring Practices: Toolbar](https://www.w3.org/WAI/ARIA/apg/patterns/toolbar/examples/toolbar/)