You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Spreadsheet/Blazor/accessibility.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,8 @@ The Syncfusion Blazor Spreadsheet follows WAI-ARIA patterns to meet accessibilit
45
45
|`aria-label`| This attribute describes the accessible name for the interactive elements. |
46
46
|`aria-expanded`| Indicates whether a collapsible element (e.g., a dropdown) is currently expanded or collapsed. |
47
47
|`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. |
50
50
|`aria-multiline`| Indicates whether a textbox accepts multiple lines of input or only a single line. |
0 commit comments