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
155155` MatDialog ` creates modal dialogs that implements the ARIA ` role="dialog" ` pattern by default.
156156You can change the dialog's role to ` alertdialog ` via ` MatDialogConfig ` .
157157
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
159159` ariaLabelledBy ` properties of ` MatDialogConfig ` . You can additionally specify a description element
160160ID via the ` ariaDescribedBy ` property of ` MatDialogConfig ` .
161161
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
380380By default, ` MatTable ` applies ` role="table" ` , assuming the table's contains primarily static
381381content. You can change the role by explicitly setting ` role="grid" ` or ` role="treegrid" ` on the
382382table 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
384384focus management to the table.
385385
386386Always 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