-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JAWS Screenreader not Reading TextArea Placeholder and InvalidText #5547
Comments
According to w3, placeholder text is not meant/able to be read by screen readers (https://www.w3.org/WAI/tutorials/forms/instructions/#placeholder-text) The invalid text not being read is a problem. |
Confirmed this with JAWS 2020 on Firefox latest. The validation text is accessible via screen reader, but it is not read when the error is thrown. |
@dakahn I noticed that you added the label |
No response needed, just a mis-click 👍 Can't give you an ETA, but I have plans to get to some backlogged JAWS a11y work in a coming sprint soon. Stay tuned |
update: we're going to knock out some JAWS issues next sprint. Our sprint planning doc reflects that here |
Title line:
JAWS Screenreader not Reading TextArea Placeholder and InvalidText. As part of our accessibility testing using JAWS, the placeholder and the invalidText of our
<TextArea>
component are not being read.Environment
Detailed description
Steps to reproduce the issue
<TextInput>
to a dialog<TextArea>
to a dialogAdditional information
The text was updated successfully, but these errors were encountered: