-
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 urgentarea: material/select
Description
Reproduction
Stackblitz: https://stackblitz.com/edit/angular-8tw5ym?file=src/app/select-hint-error-example.html
Steps to reproduce:
- Activate Voiceover
- Visit Stackblitz link
- Tab to the mat-select
- Observe Voiceover voicing.
Expected Behavior
What behavior were you expecting to see?
Voiceover should voice the mat-label
Actual Behavior
What behavior did you actually see?
Voiceover voices "space" before it voices the mat-label. In chrome dev tools, you can see a   inside of the .mat-placeholder.

Environment
- Angular: 11.0.3
- CDK/Material: 11.0.3
- Browser(s): Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): Mac
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 urgentarea: material/select