Skip to content

Commit 6fd203e

Browse files
Update accessibility.md
1 parent 432a3ba commit 6fd203e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ The Syncfusion Blazor Spreadsheet follows WAI-ARIA patterns to meet accessibilit
4545
| `aria-label`| This attribute describes the accessible name for the interactive elements. |
4646
| `aria-expanded` | Indicates whether a collapsible element (e.g., a dropdown) is currently expanded or collapsed. |
4747
| `aria-live` | Defines a region as "live", meaning its content updates dynamically. Values include "off", "polite" (waits until idle), or "assertive" (announces immediately). |
48-
| `aria-rowindex` | Defines the row index of a cell with respect to the total number of rows in the Spreadsheet. |
49-
| `aria-colindex` | Defines the column index of a cell with respect to the total number of columns in 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. |
5050
| `aria-multiline` | Indicates whether a textbox accepts multiple lines of input or only a single line. |
5151

5252

@@ -85,7 +85,7 @@ The Syncfusion Blazor Spreadsheet follows keyboard interaction guidelines, makin
8585
| <kbd>Enter</kbd> | <kbd>Enter</kbd> | Moves the active cell down one row.|
8686
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | <kbd>⇧</kbd> + <kbd>Enter</kbd> | Moves the active cell up one row.|
8787
| <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 selection to the cell on the left.|
88+
| <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> | Moves the active cell left one column.|
8989

9090
<b>Editing</b>
9191

@@ -115,4 +115,4 @@ The Syncfusion Blazor Spreadsheet follows keyboard interaction guidelines, makin
115115
116116
## See also
117117

118-
* [Accessibility in Syncfusion Blazor](https://blazor.syncfusion.com/documentation/common/accessibility)
118+
* [Accessibility in Syncfusion Blazor](https://blazor.syncfusion.com/documentation/common/accessibility)

0 commit comments

Comments
 (0)