File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ You can control which elements are tab stops with the `tabindex` attribute
155
155
` MatDialog ` creates modal dialogs that implements the ARIA ` role="dialog" ` pattern by default.
156
156
You can change the dialog's role to ` alertdialog ` via ` MatDialogConfig ` .
157
157
158
- You should provide a an accessible label to this root dialog element by setting the ` ariaLabel ` or
158
+ You should provide an accessible label to this root dialog element by setting the ` ariaLabel ` or
159
159
` ariaLabelledBy ` properties of ` MatDialogConfig ` . You can additionally specify a description element
160
160
ID via the ` ariaDescribedBy ` property of ` MatDialogConfig ` .
161
161
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ When using the `multiTemplateDataRows` directive to support multiple rows for ea
380
380
By default, ` MatTable ` applies ` role="table" ` , assuming the table's contains primarily static
381
381
content. You can change the role by explicitly setting ` role="grid" ` or ` role="treegrid" ` on the
382
382
table element. While changing the role will update child element roles, such as changing
383
- ` role="cell" ` to ` role="gridcell" ` , this not _ not_ apply additional keyboard input handling or
383
+ ` role="cell" ` to ` role="gridcell" ` , this does _ not_ apply additional keyboard input handling or
384
384
focus management to the table.
385
385
386
386
Always provide an accessible label for your tables via ` aria-label ` or ` aria-labelledby ` on the
You can’t perform that action at this time.
0 commit comments