@progress/wct-a11y-spec
Version:
Contains accessibility and keyboard navigation specification of Telerik and Kendo web components.
19 lines (10 loc) • 894 B
Markdown
## Managing the Focus
The FileManager component is a container that consists of the following inner components and elements:
- Toolbar (`role=toolbar`);
- Splitter (`role=separator`) (there are one or two focusable splitbar elements, depending is the `preview` element is activated);
- TreeView (`role=tree`);
- Breadcrumb (`role=navigation`);
- Grid (`role=grid`), or ListView (`role=listbox`)
- `k-filemanager-preview` element;
Each of them is part of the page tab sequence and implements its own navigation spec. The ToolBar, TreeView, ListView, Grid and the `k-filemanager-preview` element are single-tab-stop components. The Breadcrumb features a tab stop for each of its rendered items. The Splitter has a tab stop on each of its splitbars.
The FileManager does not implement any dedicated key shortcuts. Instead it features the shortcuts available in its inner components.