We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I found a new behavior on Talkback when a field has aria-invalid atribute equals true:
If the input type="text" has an attribute aria-invalid equals "true" and when reach 8 characters, talkback will read: "invalid input, invalid entry".
In portuguese the words "input" and "entry" have same translate "entrada", then the reading is:
"entrada inválida, entrada inválida"
Test can be done on example page: https://a11ysupport.io/tests/html/aria/aria-invalid.html
You just need to get target2 input and digit until reaches 8 characters
The text was updated successfully, but these errors were encountered:
Interesting! Thanks for logging this!
Sorry, something went wrong.
No branches or pull requests
Hello!
I found a new behavior on Talkback when a field has aria-invalid atribute equals true:
If the input type="text" has an attribute aria-invalid equals "true" and when reach 8 characters, talkback will read: "invalid
input, invalid entry".
In portuguese the words "input" and "entry" have same translate "entrada", then the reading is:
"entrada inválida, entrada inválida"
Test can be done on example page: https://a11ysupport.io/tests/html/aria/aria-invalid.html
You just need to get target2 input and digit until reaches 8 characters
The text was updated successfully, but these errors were encountered: