Accessibility in Blazor AppBar

14 Aug 20262 minutes to read

The Blazor AppBar component follows the accessibility guidelines and standards, including ADA, Section 508, WCAG 2.2 standards, and WCAG roles that are commonly used to evaluate accessibility.

The accessibility compliance for the Blazor AppBar component is outlined below.

Accessibility Criteria Compatibility
WCAG 2.2 Support NA
Section 508 Support Yes
Screen Reader Support Yes
Right-To-Left Support Yes
Color Contrast Yes
Mobile Device Support Yes
Keyboard Navigation Support Yes
Axe-core Accessibility Validation Yes
Yes - All features of the component meet the requirement.
Partial - Some features of the component do not meet the requirement.
No - The component does not meet the requirement.

Keyboard interaction

The Blazor AppBar component provides focus element navigation based on the tab key order. Keyboard navigation is enabled by default. The following keyboard shortcuts are supported by the Blazor AppBar component.

Windows Mac Description
Tab Tab Focuses the next focusable element in the AppBar.
Shift + Tab Shift + Tab Focuses the previous focusable element in the AppBar.
Enter Enter Activates the focused AppBar item.

Ensuring Accessibility

The accessibility levels of the Blazor AppBar component are ensured through automated testing using the axe-core software tool.

The accessibility compliance of the AppBar component is shown in the following sample. Open the sample in a new window to evaluate the accessibility of the AppBar component with accessibility tools.

See Also