Skip to content

Commit 088818a

Browse files
committed
docs(material/list): update a11y documention on radio indicators
Update the accessibility section on radio indicators for single-selection. Add instructions to always communicate selection with icon indicators. Fulfill documentation needs as follow-up for angular#25933 and angular#26283.
1 parent 8c71026 commit 088818a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/material/list/list.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ these options, including buttons and anchors.
213213
Always provide an accessible label for the `<mat-selection-list>` element via `aria-label` or
214214
`aria-labelledby` that describes the selection being made.
215215

216+
`MatSelectionList` visually communicates selected state with both change of color and icon
217+
indicators. By default, single-selection displays radio icon indicators. Always shows icon
218+
indicators for selection.
219+
216220
#### Custom scenarios
217221

218222
By default, the list assumes that it will be used in a purely decorative fashion and thus it sets no

0 commit comments

Comments
 (0)