|
1 | 1 | --- |
2 | 2 | layout: post |
3 | 3 | title: Accessibility in Blazor Image Editor component | Syncfusion |
4 | | -description: Checkout and learn here all about accessibility in Syncfusion Blazor Image Editor component and more. |
| 4 | +description: Learn about accessibility support in the Blazor Image Editor component for Blazor Server and WebAssembly applications. |
5 | 5 | platform: Blazor |
6 | | -control: Progress Button |
| 6 | +control: Image Editor |
7 | 7 | documentation: ug |
8 | 8 | --- |
9 | 9 |
|
10 | 10 | # Accessibility in Blazor Image Editor component |
11 | 11 |
|
12 | | -The Blazor Image Editor component followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility. |
| 12 | +The Blazor Image Editor component follows accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility. |
13 | 13 |
|
14 | 14 | The accessibility compliance for the Blazor Image Editor component is outlined below. |
15 | 15 |
|
@@ -39,25 +39,25 @@ The accessibility compliance for the Blazor Image Editor component is outlined b |
39 | 39 |
|
40 | 40 | ## Keyboard interaction |
41 | 41 |
|
42 | | -The Blazor Image Editor component followed the keyboard interaction guideline, making it easy for people who use assistive technologies (AT) and those who completely rely on keyboard navigation. The following keyboard shortcuts are supported by the Blazor Image Editor component. |
| 42 | +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. |
43 | 43 |
|
44 | 44 | | Windows | Mac | Actions | |
45 | 45 | | --- | --- | --- | |
46 | | -| <kbd>Ctrl</kbd> + <kbd>Z</kbd> | <kbd>⌘</kbd> + <kbd>Z</kbd> | Undo the last user action. | |
47 | | -| <kbd>Ctrl</kbd> + <kbd>Y</kbd> | <kbd>⌘</kbd> + <kbd>Y</kbd> | Redo the last user action. | |
48 | | -| <kbd>Ctrl</kbd> + <kbd>S</kbd> | <kbd>⌘</kbd> + <kbd>S</kbd> | To save the Image. | |
49 | | -| <kbd>Ctrl</kbd> + <kbd>O</kbd> | <kbd>⌘</kbd> + <kbd>O</kbd> | To open the Image. | |
50 | | -| <kbd>Delete</kbd> | <kbd>Delete</kbd> | To delete the shape once the shape got selected through mouse click . | |
51 | | -| <kbd>Enter</kbd> | <kbd>Enter</kbd> | To apply Selection Crop or Image Resize. | |
52 | | -| <kbd>Escape</kbd> | <kbd>Escape</kbd> | To discard operations performed in the Image Editor, such as annotation drawings, crop selection, and more. | |
| 46 | +| <kbd>Ctrl</kbd> + <kbd>Z</kbd> | <kbd>⌘</kbd> + <kbd>Z</kbd> | Undo the last action. | |
| 47 | +| <kbd>Ctrl</kbd> + <kbd>Y</kbd> | <kbd>⌘</kbd> + <kbd>Y</kbd> | Redo the last action. | |
| 48 | +| <kbd>Ctrl</kbd> + <kbd>S</kbd> | <kbd>⌘</kbd> + <kbd>S</kbd> | Save the image. | |
| 49 | +| <kbd>Ctrl</kbd> + <kbd>O</kbd> | <kbd>⌘</kbd> + <kbd>O</kbd> | Open an image. | |
| 50 | +| <kbd>Delete</kbd> | <kbd>Delete</kbd> | Delete the selected shape. | |
| 51 | +| <kbd>Enter</kbd> | <kbd>Enter</kbd> | Apply selection crop or image resize. | |
| 52 | +| <kbd>Escape</kbd> | <kbd>Escape</kbd> | Discard operations such as annotation drawings and crop selections. | |
53 | 53 |
|
54 | 54 | ## Ensuring accessibility |
55 | 55 |
|
56 | | -The Blazor Image Editor component's accessibility levels are ensured through an [axe-core](https://www.nuget.org/packages/Deque.AxeCore.Playwright) with playwright tests. |
| 56 | +The Blazor Image Editor component's accessibility levels are validated using [axe-core](https://www.nuget.org/packages/Deque.AxeCore.Playwright) with Playwright tests. |
57 | 57 |
|
58 | | -The accessibility compliance of the Blazor Image Editor component is shown in the following sample. Open the [sample](https://blazor.syncfusion.com/accessibility/image-editor) in a new window to evaluate the accessibility of the Blazor Image Editor component with accessibility tools. |
| 58 | +The accessibility compliance of the Blazor Image Editor component is demonstrated in the following sample. Open the [sample](https://blazor.syncfusion.com/accessibility/image-editor) in a new window to evaluate the Blazor Image Editor component with accessibility tools. |
59 | 59 |
|
60 | | -{% previewsample "https://blazorplayground.syncfusion.com/embed/BtLfZMhEziJhvXKH?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} |
| 60 | +{% previewsample "https://blazorplayground.syncfusion.com/embed/rXrICNDYqKacaGsS?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %} |
61 | 61 |
|
62 | 62 | ## See also |
63 | 63 |
|
|
0 commit comments