Potential A11y Violation:
Missing input character count availability
Point of Failure
The character counts for <input>
elements should be made available to screen readers.
Available Automation Evaluation
In checking known available linting and testing tools, these are our findings.
Linting Cannot Exist
It does not seem possible to have an automated test for this potential failure, yet. How would you programmatically identify something as a character count so an automated linting check could occur?
Testing Cannot Exist
How would you programmatically identify something as a character count, so that an automated test could occur?
Other Test Methods
In addition to automated tests, there are other types of tests that could be conducted to prevent this potential violation.
Developer Authored Test Should Exist
Developers should make sure that their code does not violate this rule, and try to write a test that would prevent a regression in accessibility if the code is later changed.
Manual Test Must Exist
Review page and ensure the point of failure does not exist, inspecting the DOM where required.