Accessibility in Blazor In-place Editor

14 Aug 20263 minutes to read

The Blazor In-place editor component follows accessibility guidelines and standards, including ADA, Section 508, WCAG 2.2, and WAI‑ARIA specifications that are commonly used to evaluate accessibility.

The accessibility compliance for the Blazor In-place Editor component is outlined below.

Accessibility Criteria Compatibility
WCAG 2.2 Support AA
Section 508 Support Meets requirement
Screen Reader Support Meets requirement
Right-To-Left Support Meets requirement
Color Contrast Meets requirement
Mobile Device Support Meets requirement
Keyboard Navigation Support Meets requirement
Axe-core Accessibility Validation Meets requirement
Meets requirement - All features of the component meet the requirement.
Partially meets requirement - Some features of the component do not meet the requirement.
Not supported - The component does not meet the requirement.

Keyboard interaction

Use the following key shortcuts to operate the Blazor In-place Editor efficiently with a keyboard:

Windows Mac Actions
Tab Tab Move focus to the In-place Editor on the page and navigate forward between consecutive In-place Editor instances.
Shift + Tab + Tab Move focus to the previous In-place Editor instance or to the previous focusable element.
Enter Enter Switches the In-place Editor to edit mode.
Esc Esc Cancels the edit and switches the In-place Editor back to display mode.

Ensuring accessibility

The Blazor In-place editor component’s accessibility is validated with the axe-core tool during automated testing.

The accessibility compliance of the In-place Editor component is demonstrated in the following sample. Open the accessibility sample for In-place Editor in a new window to evaluate accessibility with your preferred tools.

See also