Skip to content

Commit 9347d20

Browse files
committed
BLAZ-001: accessibility.md final correction
1 parent e9707e3 commit 9347d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/spreadsheet/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Syncfusion Blazor Spreadsheet followed the WAI-ARIA patterns to meet the acc
4848
| `role=alert` | Designates an element that displays im portant, time-sensitive information. |
4949
| `aria-label`| This attribute describes the accessible name for the interactive elements. |
5050
| `aria-expanded` | This attribute describes the control (for example, dropdown) is expanded or collapsed. |
51-
| `aria-live` | Defines a region as "live," meaning its content updates dynamically. Values include "off," "polite" (waits until idle), or "assertive" (announces immediately). |
51+
| `aria-live` | Defines a region as "live", meaning its content updates dynamically. Values include "off", "polite" (waits until idle), or "assertive" (announces immediately). |
5252
| `aria-rowindex` | Defines row index of the row with respect to the total number of rows within the Spreadsheet. |
5353
| `aria-colindex` | Defines the column index of the column with respect to the total number of columns within the Spreadsheet. |
5454
| `aria-multiline` | Indicates whether a textbox accepts multiple lines of input or only a single line. |

0 commit comments

Comments
 (0)