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): remove abbr from day of week header (#24106)
Removes the `abbr` tag that is nested inside the cells of the day of the
week header. This is to fix#23477 where VoiceOver reads day of week
three times: 'Sunday, Sunday, Sunday...'
I tested this change on VoiceOverAfter this change and sometimes it read
the day of week twice and sometimes it read it once. When navigating
from a day on the calendar to the header it reads: "row 1 of 7 Sunday
S". When navigating from Sunday to Monday, it reads "Monday Monday M
Column 2 of 7".
Tested on macos 12.0.1 (21A559) with chrome Version 96.0.4664.110 (Official Build) (x86_64).
I'll leave this as a draft until I can at least test it on other
screenreaders.
fixes#23477
0 commit comments