Skip to content

Commit 7de0f61

Browse files
committed
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)
1 parent 90456b0 commit 7de0f61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/material/chips/chips.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,4 @@ When using MatChipListbox, never nest other interactive controls inside of the `
191191

192192
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.
193193

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-
196194
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

Comments
 (0)