Open
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
The Angular Material Datepicker does not announce the day of the week (which is present in the table header) when using VoiceOver on iOS. Currently, VoiceOver reads the selected date as “July 3rd, 2025, row X, column X,” but omits the associated day of the week.
This behavior does not meet WCAG 2.1 Success Criterion 1.3.1: Info and Relationships (Level A), as the relationship between the date and its corresponding day of the week is not conveyed to assistive technologies.
Reproduction
Steps to Reproduce
- Enable VoiceOver via Settings > Accessibility > VoiceOver
- Open Safari on an iOS device.
- Navigate to the Angular Material Datepicker demo page:https://material.angular.dev/components/datepicker/overview
- Open the datepicker by selecting any of the date input fields.
- Use VoiceOver to navigate through the calendar and select a date.
- The VoiceOver does not read the Day of the Week.
Expected Behavior
VoiceOver should announce the full date, including the day of the week.
Actual Behavior
VoiceOver only reads the date and position (e.g., "July 3rd, 2025, row X, column X") but does not announce the day of the week, which is visually present in the table header.
Environment
- Angular: 18, 20
- CDK/Material: 18, 20
- Browser(s): Safari
- Operating System (e.g. Windows, macOS, Ubuntu): iOS