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/list): fix duplicate focus with chromevox on action items
For the list component, fix chromevox screenreader bug where it
duplicated focus on each item in the action list. After focusing on a
`button` in the action list, linearly navigating forward moved focus to
the `.mat-list-item-content` of the same item.
Fixes this by change the list item content from a `div` to `span`, since
we're generally not supposed to use div's inside buttons.
0 commit comments