MultiColumnComboBox Accessibility

The MultiColumnComboBox is accessible by screen readers and provides WAI-ARIA, Section 508, WCAG 2.2, and keyboard support.

For more information, refer to:

Kendo UI for jQuery Kendoka image

The Accessibility is part of Kendo UI for jQuery, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

WAI-ARIA

The component follows the WAI-ARIA Authoring Practices for implementing the keyboard navigation for its component role and is tested against the popular screen readers. For more information, refer to the article on WAI-ARIA support in Kendo UI for jQuery.

According to WAI-ARIA 1.1 specification "Authors must ensure an element with role combobox contains or owns a text input element with role textbox or searchbox...". Note, that in our implementation, the text input element is the one that has role="combobox", and does not contain another text input element. This approach is valid for the WAI-ARIA 1.2 specification and also for the WAI-ARIA 1.0 specification .

As it is stated in WAI-ARIA 1.2 "The Guidance for combobox has changed significantly in ARIA 1.2 due to problems with implementation of the previous patterns". Therefore, we will keep the current state, even if it contradicts the WAI-ARIA 1.1 specification.

Section 508

The MultiColumnComboBox is compliant with the Section 508 requirements. For more information, refer to the article on Section 508 support in Kendo UI for jQuery.

WCAG 2.2

The MultiColumnComboBox supports the standards for providing accessible web content which are set by the Web Content Accessibility Guidelines 2.1. For more information, refer to the article on WCAG 2.2 compliance in Kendo UI for jQuery

See Also

In this article