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 | ![]() |
| Screen Reader Support | ![]() |
| Right-To-Left Support | ![]() |
| Color Contrast | ![]() |
| Mobile Device Support | ![]() |
| Keyboard Navigation Support | ![]() |
| Axe-core Accessibility Validation | ![]() |
- All features of the component meet the requirement.
- Some features of the component do not meet the requirement.
- 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.
