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/core): Fix MacOS Hover feature compatibility with optgroup (#27081)
Corrects ARIA semantics for the mat-optgroup component. Add
role="presentation" to the label and remove aria-hidden="true" from the
label.
Fix compatibility issue with MAC Hover text a11y feature #27080. The
label of the option group does not need to be aria-hidden, and the Mac
Hover text feature seems to rely on it.
Fix#27080
(cherry picked from commit 8afe9cd)
0 commit comments