Skip to content

docs(multiple): small accessibility typos #23595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/material/dialog/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ You can control which elements are tab stops with the `tabindex` attribute
`MatDialog` creates modal dialogs that implements the ARIA `role="dialog"` pattern by default.
You can change the dialog's role to `alertdialog` via `MatDialogConfig`.

You should provide a an accessible label to this root dialog element by setting the `ariaLabel` or
You should provide an accessible label to this root dialog element by setting the `ariaLabel` or
`ariaLabelledBy` properties of `MatDialogConfig`. You can additionally specify a description element
ID via the `ariaDescribedBy` property of `MatDialogConfig`.

Expand Down
2 changes: 1 addition & 1 deletion src/material/table/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ When using the `multiTemplateDataRows` directive to support multiple rows for ea
By default, `MatTable` applies `role="table"`, assuming the table's contains primarily static
content. You can change the role by explicitly setting `role="grid"` or `role="treegrid"` on the
table element. While changing the role will update child element roles, such as changing
`role="cell"` to `role="gridcell"`, this not _not_ apply additional keyboard input handling or
`role="cell"` to `role="gridcell"`, this does _not_ apply additional keyboard input handling or
focus management to the table.

Always provide an accessible label for your tables via `aria-label` or `aria-labelledby` on the
Expand Down