-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)GThis is is related to a Google internal issueThis is is related to a Google internal issueP2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/chipsdocsThis issue is related to documentationThis issue is related to documentation
Description
All of our examples that use matChipRemove
apply directly to mat-icon
, which is not great for a11y; instead, the directive should go on a button that contains an icon.
Alternatively, we can project <mat-icon matChipRemove>
into a button within the component. This fix might be preferable since it will "fix" anyone who has copied this example so far.
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)GThis is is related to a Google internal issueThis is is related to a Google internal issueP2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: material/chipsdocsThis issue is related to documentationThis issue is related to documentation