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
fix(material-experimental/mdc-chips): make aria-hidden element non-focusable
The MDC-based `MatChipRemove` has a default `tabindex` of 0 and inherits `aria-hidden` from `MatChipTrailingIcon` which is invalid and is flagged by axe. These changes switch the default `tabindex` to -1.
0 commit comments