Skip to content

Commit 48f808c

Browse files
committed
fix(material/chips): remove aria hidden
remove aria hidden fixes b/286286473
1 parent 30b783d commit 48f808c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/material/chips/chip.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export interface MatChipEvent {
8484
'[id]': 'id',
8585
'[attr.role]': 'role',
8686
'[attr.aria-label]': 'ariaLabel',
87-
'[attr.aria-hidden]': 'true',
8887
'(keydown)': '_handleKeydown($event)',
8988
},
9089
encapsulation: ViewEncapsulation.None,

0 commit comments

Comments
 (0)