Hint text on md-input isn't announced by JAWS #2798
Labels
Accessibility
This issue is related to accessibility (a11y)
P2
The issue is important to a large percentage of users, with a workaround
Bug, feature request, or proposal:
Hint text on md-input is not being announced or read by JAWS.
What is the expected behavior?
The hint text should be read aloud or accessible to screen readers as well.
What is the current behavior?
The hintlabel text isn't read aloud by JAWS screenreader.
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
To meet accessibility requirements.
Which versions of Angular, Material, OS, browsers are affected?
Version: 2.0.0-beta.1
Is there anything else we should know?
Using
aria-describedby
on the input to point to the hint text would likely solve this problem. Unfortunately you would have to have a unique id to point to.Potential output
The text was updated successfully, but these errors were encountered: