Accessibility in Blazor Image Editor component

10 Nov 20253 minutes to read

The Blazor Image Editor component follows 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 Image Editor component is outlined below.

Accessibility Criteria Compatibility
WCAG 2.2 Support Yes
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.
Intermediate - Some features of the component do not meet the requirement.
No - The component does not meet the requirement.

Keyboard interaction

The Blazor Image Editor component follows keyboard interaction guidelines, making it accessible for people who use assistive technologies (AT) and those who rely on keyboard navigation. The following keyboard shortcuts are supported by the Blazor Image Editor component.

Windows Mac Actions
Ctrl + Z + Z Undo the last action.
Ctrl + Y + Y Redo the last action.
Ctrl + S + S Save the image.
Ctrl + O + O Open an image.
Delete Delete Delete the selected shape.
Enter Enter Apply selection crop or image resize.
Escape Escape Discard operations such as annotation drawings and crop selections.

Ensuring accessibility

The Blazor Image Editor component’s accessibility levels are validated using axe-core with Playwright tests.

The accessibility compliance of the Blazor Image Editor component is demonstrated in the following sample. Open the sample in a new window to evaluate the Blazor Image Editor component with accessibility tools.

See also