New to Telerik UI for Blazor? Download free 30-day trial

Blazor Drawer Accessibility

The Telerik UI for Blazor Drawer component is WCAG 2.1 AA and Section 508 compliant. The component also follows the WAI-ARIA best practices for implementing the keyboard navigation for its component role, and is tested against the popular screen readers.

Wai-Aria

The Drawer component allows rendering a whole template inside of it. Thus, the accessibility roles are applied only when the built-in data-binding is used.

Selector Attribute Usage
.k-drawer ul role=menubar Indicates that the list of drawer items is a menubar.
aria-orientation=vertical Indicates that the orientation of the drawer is vertical.
.k-drawer-item:not(.k-drawer-separator) role=menuitem Indicates that the item of a drawer serves as a menuitem.
aria-label The drawer item requires an aria-label attribute when in mini mode and no content is rendered in the item. The aria-label points to the text field value of the item.
.k-drawer-item.k-drawer-separator role=separator Indicates that the item of a drawer serves as a separator.

Section 508

The Drawer is compliant with the Section 508 requirements

Testing

The component has been extensively tested automatically with static code analyzers and manually with the most popular screen readers.

Any Accessibility Issues could be reported in Telerik Support System.

Screen Readers

Environment Tool
Firefox NVDA
Chrome JAWS
Microsoft Edge JAWS

See Also

In this article