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): communicate current active page with aria-current (#25681)
For listitems that are anchor tags, communicate the activated state to
screen readers using aria-current. Add aria-current="page" to listitems
that are both activated and anchor tags. Fix a11y issue where the
activated state is not communicated to screen readers.
0 commit comments