Skip to content

Commit b86840d

Browse files
author
GiriSF4292
committed
Merge branch 'EJ2-983076-UG-2' of https://github.com/syncfusion-content/document-processing-docs into EJ2-983076-UG-2
2 parents 422aa30 + f7890f2 commit b86840d

File tree

232 files changed

+6977
-4145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+6977
-4145
lines changed

Document-Processing-toc.html

Lines changed: 95 additions & 54 deletions
Large diffs are not rendered by default.

Document-Processing/Excel/Spreadsheet/Blazor/accessibility.md

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
---
22
layout: post
33
title: Accessibility in Blazor Spreadsheet Component | Syncfusion
4-
description: Checkout and learn here all about accessibility in Syncfusion Blazor Spreadsheet component and much more.
4+
description: Learn about accessibility support in the Syncfusion Blazor Spreadsheet component, including WCAG 2.2, Section 508, keyboard shortcuts, and WAI-ARIA attributes.
55
platform: document-processing
66
control: Spreadsheet
77
documentation: ug
88
---
99

1010
# Accessibility in Blazor Spreadsheet
1111

12-
The Syncfusion Blazor Spreadsheet 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.
13-
14-
The accessibility compliance for the Spreadsheet is outlined below.
12+
The Syncfusion Blazor Spreadsheet 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/), and [WAI-ARIA](https://www.w3.org/TR/wai-aria/#roles) roles that are commonly used to evaluate accessibility.
13+
<style>
14+
.post .post-content img {
15+
display: inline-block;
16+
margin: 0.5em 0;
17+
}
18+
</style>
19+
The accessibility compliance for the Spreadsheet component is outlined below.
20+
<div><img src="https://cdn.syncfusion.com/content/images/documentation/full.png" alt="Yes"> - All features of the component meet the requirement.</div>
21+
<div><img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> - Some features of the component do not meet the requirement.</div>
22+
<div><img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> - The component does not meet the requirement.</div>
1523

1624
| Accessibility Criteria | Compatibility |
1725
| -- | -- |
@@ -24,39 +32,27 @@ The accessibility compliance for the Spreadsheet is outlined below.
2432
| [Keyboard Navigation Support](https://blazor.syncfusion.com/documentation/common/accessibility#keyboard-navigation-support) |<img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> |
2533
| [Axe-core Accessibility Validation](https://blazor.syncfusion.com/documentation/common/accessibility#ensuring-accessibility) | <img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> |
2634

27-
<style>
28-
.post .post-content img {
29-
display: inline-block;
30-
margin: 0.5em 0;
31-
}
32-
</style>
33-
<div><img src="https://cdn.syncfusion.com/content/images/documentation/full.png" alt="Yes"> - All features of the component meet the requirement.</div>
34-
35-
<div><img src="https://cdn.syncfusion.com/content/images/documentation/partial.png" alt="Intermediate"> - Some features of the component do not meet the requirement.</div>
36-
37-
<div><img src="https://cdn.syncfusion.com/content/images/documentation/not-supported.png" alt="No"> - The component does not meet the requirement.</div>
38-
3935
## WAI-ARIA attributes
40-
The Syncfusion Blazor Spreadsheet followed the WAI-ARIA patterns to meet the accessibility. The following ARIA attributes are used in the Spreadsheet:
36+
The Syncfusion Blazor Spreadsheet follows WAI-ARIA patterns to meet accessibility standards. The following ARIA attributes are used in the Spreadsheet component:
4137

4238
| Attributes | Purpose |
4339
|---------------|-------------|
4440
| `role=textbox` | Identifies an element as an input field that allows text entry.|
45-
| `role=button` | To represent the element that acts as a button in the component. |
41+
| `role=button` | Identifies an element that functions as a button. |
4642
| `role=combobox` | Identifies a component that combines a text input with a popup listbox or tree. |
4743
| `role=menu` | Defines a container for a collection of choices or commands presented in a contextual or dropdown format. |
48-
| `role=alert` | Designates an element that displays im portant, time-sensitive information. |
44+
| `role=alert` | Designates an element that displays important, time-sensitive information. |
4945
| `aria-label`| This attribute describes the accessible name for the interactive elements. |
50-
| `aria-expanded` | This attribute describes the control (for example, dropdown) is expanded or collapsed. |
46+
| `aria-expanded` | Indicates whether a collapsible element (e.g., a dropdown) is currently expanded or collapsed. |
5147
| `aria-live` | Defines a region as "live", meaning its content updates dynamically. Values include "off", "polite" (waits until idle), or "assertive" (announces immediately). |
52-
| `aria-rowindex` | Defines row index of the row with respect to the total number of rows within the Spreadsheet. |
53-
| `aria-colindex` | Defines the column index of the column with respect to the total number of columns within the Spreadsheet. |
48+
| `aria-rowindex` | Defines the row index of a row with respect to the total number of rows in the Spreadsheet. |
49+
| `aria-colindex` | Defines the column index of a column with respect to the total number of columns in the Spreadsheet. |
5450
| `aria-multiline` | Indicates whether a textbox accepts multiple lines of input or only a single line. |
5551

5652

5753
## Keyboard shortcuts
5854

59-
The Syncfusion Blazor Spreadsheet followed keyboard interaction guidelines, making it accessible for people who use assistive technologies (AT) and those who completely rely on keyboard navigation. The following keyboard shortcuts are supported by the Spreadsheet.
55+
The Syncfusion Blazor Spreadsheet 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 Spreadsheet.
6056

6157
<b>Clipboard</b>
6258

@@ -86,27 +82,27 @@ The Syncfusion Blazor Spreadsheet followed keyboard interaction guidelines, maki
8682
|-----|----- | -----|
8783
| <kbd>Page Up</kbd> / <kbd>Page Down</kbd> | <kbd>Fn</kbd> + <kbd>↑</kbd> / <kbd>↓</kbd> |Scrolls up or down one screen at a time.|
8884
| <kbd>Arrow keys</kbd> | <kbd>Arrow keys</kbd> | Navigates between adjacent cells in the direction of the arrow key.|
89-
| <kbd>Enter</kbd> | <kbd>Enter</kbd> | Moves the selection to the cell below.|
90-
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | <kbd>⇧</kbd> + <kbd>Enter</kbd> | Moves the selection to the cell above.|
91-
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Moves the selection to the cell on the right.|
92-
| <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> | Moves the selection to the cell on the left.|
85+
| <kbd>Enter</kbd> | <kbd>Enter</kbd> | Moves the active cell down one row.|
86+
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | <kbd>⇧</kbd> + <kbd>Enter</kbd> | Moves the active cell up one row.|
87+
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Moves the active cell right one column.|
88+
| <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> | Moves the active cell left one column.|
9389

9490
<b>Editing</b>
9591

9692
| Windows | MAC | Actions |
9793
|-----|----- | -----|
98-
| <kbd>F2</kbd> | <kbd>F2</kbd> | Begin typing in the selected cell.|
99-
| <kbd>Enter</kbd> | <kbd>Enter</kbd> | Finish typing in the current cell and move to the one below.|
100-
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | <kbd>⇧</kbd> + <kbd>Enter</kbd> | Finish typing in the current cell and move to the one above.|
101-
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Finish typing in the current cell and move to the one on the right. |
102-
| <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> |Finish typing in the current cell and move to the one on the left.|
103-
| <kbd>Escape</kbd> | <kbd>Esc</kbd> | Cancel editing and return to the original value in the cell.|
94+
| <kbd>F2</kbd> | <kbd>F2</kbd> | Enters edit mode for the selected cell.|
95+
| <kbd>Enter</kbd> | <kbd>Enter</kbd> | Confirms the edit and moves the active cell down one row.|
96+
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | <kbd>⇧</kbd> + <kbd>Enter</kbd> | Confirms the edit and moves the active cell up one row.|
97+
| <kbd>Tab</kbd> | <kbd>Tab</kbd> | Confirms the edit and moves the active cell right one column. |
98+
| <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> | Confirms the edit and moves the active cell left one column.|
99+
| <kbd>Escape</kbd> | <kbd>Esc</kbd> | Cancels the edit and restores the cell's original value.|
104100

105101
<b>Clear</b>
106102

107103
| Windows | MAC | Actions |
108104
|-----|----- | -----|
109-
| <kbd>Delete</kbd> | <kbd>Delete</kbd> | Clear contents of the selected cells.|
105+
| <kbd>Delete</kbd> | <kbd>Delete</kbd> | Clears the contents of the selected cells.|
110106

111107
<b>Hyperlink</b>
112108

0 commit comments

Comments
 (0)