-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/datepicker
Description
Reproduction
Steps to reproduce:
- Add Angular Material Datepicker component to you app.
- Open the app in the browser.
- Switch on any screen reader.
- Open the calendar dialog. Press tab to navigate to month selector.
- Press enter to enter the year range view.
- Press tab to navigate to the arrow buttons.
- Observe the output of screen reader.
Expected Behavior
What behavior were you expecting to see?
The screen reader should read Previous 24 years or Next 24 years as total 24 years are shown in the mat-calendar-content
.
Actual Behavior
What behavior did you actually see?
The screen reader reads Previous 20 years or Next 20 years.
Environment
- Angular: 11.0.9
- CDK/Material: 11.2.13
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Windows
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/datepicker