From 28743bc08c4f17f5f0bc74c5c5a6b7b4d7902fbc Mon Sep 17 00:00:00 2001 From: Andrey Dolgachev Date: Mon, 28 Jul 2025 22:54:34 -0700 Subject: [PATCH] fix(material/chips): remove extra span for aria-description --- goldens/material/chips/index.api.md | 1 - src/material/chips/chip-option.html | 6 ++---- src/material/chips/chip-option.spec.ts | 21 +++------------------ src/material/chips/chip-row.html | 6 ++---- src/material/chips/chip-row.spec.ts | 21 +++------------------ src/material/chips/chip.ts | 3 --- 6 files changed, 10 insertions(+), 48 deletions(-) diff --git a/goldens/material/chips/index.api.md b/goldens/material/chips/index.api.md index fdcc60891262..8c151eb4d056 100644 --- a/goldens/material/chips/index.api.md +++ b/goldens/material/chips/index.api.md @@ -59,7 +59,6 @@ export class MatChip implements OnInit, AfterViewInit, AfterContentInit, DoCheck protected _allTrailingIcons: QueryList; _animationsDisabled: boolean; ariaDescription: string | null; - _ariaDescriptionId: string; ariaLabel: string | null; protected basicChipAttrName: string; // (undocumented) diff --git a/src/material/chips/chip-option.html b/src/material/chips/chip-option.html index 5df5e6a6e110..a24ad97fd148 100644 --- a/src/material/chips/chip-option.html +++ b/src/material/chips/chip-option.html @@ -4,9 +4,9 @@