Splitter

The Splitter component provides a dynamic layout of resizable, expandable, and collapsible panes.

Accessibility Support

Out of the box, the Telerik and Kendo UI Splitter provides extensive accessibility support and enables users with disabilities to acquire complete control over its features.

The Splitter is compliant with the Web Content Accessibility Guidelines (WCAG) 2.2 standards and Section 508 requirements, follows the Web Accessibility Initiative - Accessible Rich Internet Applications (WAI-ARIA) best practices for implementing the keyboard navigation for its component role, provides options for managing its focus and is tested against the most popular screen readers.

WAI-ARIA

This section lists the selectors, attributes, and behavior patterns supported by the component and its composite elements, if any.

Slitter Pane

SelectorAttributeUsage
.k-panerole=groupSets the proper role for the Splitter pane that identifies a set of user interface objects that is not intended to be included in the page's summary or table of contents.
Note: The value of the aria-label attribute of the split-bar elements will be provided to their respective preceding pane element through the API.

SplitBar

SelectorAttributeUsage
.k-splitbarrole=separatorSets the proper role for the Splitter split-bar element.
aria-labelAn accessible name, with aria-label should be included if there is more than one focusable separator. The value is set through the corresponding SplitterPane API.
.k-splitbar-horizontalaria-orientation=verticalWhen a splitbar separates two panes horizontally, its aria-orientation must be explicitly set to 'vertical'.
Note: Setting the value-now attribute of the separator element is not applicable, as the Splitter is a complex layout component allowing splitting the content into multiple panes across any number and level of nested Splitters and panes, thus announcing a value would not convey any meaningful information. Moreover, there is no specification, or WAI-ARIA recommendation that explains how value should be set in multiple panes scenario. Further information on this complicated scenario could be found in the following WAI-ARIA GitHub issue:

WAI-ARIA Practices on GitHub

Keyboard Shortcuts

ShortcutBehavior
Up ArrowMoves up the split-bar in a vertical Splitter.
Down ArrowMoves down a split-bar in a vertical Splitter.
Left ArrowMoves left a split-bar in a horizontal Splitter.
Right ArrowMoves right a split-bar in a horizontal Splitter.
Ctrl/Cmd(Mac) + Up ArrowMoves the splitbar up to collapse/expand the adjacent panes in the up direction.
Ctrl/Cmd(Mac) + Down ArrowMoves the splitbar down to collapse/expand the adjacent panes in the down direction.
Ctrl/Cmd(Mac) + Left ArrowMoves the splitbar left to collapse/expand the adjacent panes in the left direction.
Ctrl/Cmd(Mac) + Right ArrowMoves the splitbar right to collapse/expand the adjacent panes in the right direction.
EnterToggles the collapsed state of the nearest collapsible pane.
TabThe key that allows focusing a splitter bar. Thus, all splitbars have tabindex and are included in the tab sequence.
Note 1:** The "splitter bar/split-bar" is the section between two panes that allows collapsing/resizing.
Note 2:** Splitter bars can be expanded/collapsed when double clicked apart from clicking on the expand/collapse icon element. Double-clicking (or Enter key) toggles the closest collapsible pane (left pane has priority over right pane if both are collapsible).

Testing

The Splitter has been extensively tested automatically with axe-core and manually with the most popular screen readers.

Screen Readers

The Splitter has been tested with the following screen readers and browsers combinations:

EnvironmentTool
FirefoxNVDA
ChromeJAWS
Microsoft EdgeJAWS

Resources