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/datepicker): use cdk-visually-hidden on calendar header (#24523)
Use cdk-visually-hidden to announce the days of the week on the calendar header in screenreaders. Previously, this was done with an `aria-label` on the `th` element, but NVDA does not read aria-labels on table elements and well as some other static content.
Fix NVDA incorrectly announcing the days of the week as "M", "T",
etc. instead of "Monday".
(cherry picked from commit 14f5b6e)
0 commit comments