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
refactor(material/menu): explicitly set aria-expanded to true/false (#19722)
In the context of a submenu trigger it is useful for a screen reader user to
know whether a submenu is open or closed. By specifying the
`aria-expanded` attribute as either true or false it provides an
additional "collapsed" announcement to the user informing them of the
state of the menu trigger when closed.
0 commit comments