-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)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 urgent
Description
Reproduction
Steps to reproduce:
- Lanuch NVDA lector
- TAB to pagination, eg. next page button
- Lector will read it "next page button next page"
Expected Behavior
What behavior were you expecting to see?
Lector will read buttons only once.
Actual Behavior
What behavior did you actually see?
Lector read buttons twice.
Environment
- Angular: 8.0.3
- CDK/Material: 80.2
- Browser(s): Chrome, Firefox
- Operating System (e.g. Windows, macOS, Ubuntu): Windows 10
Solution
You can add [attr.aria-describedby]="null" and it will be work correctly.
Metadata
Metadata
Assignees
Labels
AccessibilityThis issue is related to accessibility (a11y)This issue is related to accessibility (a11y)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 urgent