You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(material/chips): remove instructions to announce deletion (#28253)
Update Chips a11y documentation. Remove instructions to make an
announcement when deleting chips.
Remove the call to LiveAnnouncer. Remove unnecessary live regions to
avoid disrupting users who use Assistive Technology.
(cherry picked from commit 47819c4)
Copy file name to clipboardExpand all lines: src/material/chips/chips.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,6 +191,4 @@ When using MatChipListbox, never nest other interactive controls inside of the `
191
191
192
192
By default, `MatChipListbox` displays a checkmark to identify selected items. While you can hide the checkmark indicator for single-selection via `hideSingleSelectionIndicator`, this makes the component less accessible by making it harder or impossible for users to visually identify selected items.
193
193
194
-
When using `MatChipRemove`, you should always communicate removals for assistive technology. One way to accomplish this is by sending a message with `LiveAnnouncer`. Otherwise, removing a chip may only be communicated visually.
195
-
196
194
When a chip is editable, provide instructions to assistive technology how to edit the chip using a keyboard. One way to accomplish this is adding an `aria-description` attribute with instructions to press enter to edit the chip.
0 commit comments