Popover Accessibility

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

For more information, refer to Accessibility in Kendo UI for jQuery.

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.

Section 508

The Popover 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 Popover supports the standards for providing accessible web content which are set by the Web Content Accessibility Guidelines 2.1.

For more information, refer to WCAG 2.2 compliance in Kendo UI for jQuery.

Accessibility Behavior

Screen readers behave differently depending on the content of the Popover:

  • Dialog behavior—When the Popover is displayed on click and it has form elements that can be focused, it matches the dialog aria behavior. When shown, the focus will be moved to the first focusable element inside the Popover.

  • Tooltip behavior—Screen readers will read the Popover's content, however the focus will remain on the element that triggers the Popover.

See Also

In this article