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
https://demo.fileyourstatetaxes.org/en/questions/contact-preference
The arrow graphic is being read aloud by the screen reader as it is getting inserted via CSS and impacts the accessible name of the control.
SC 4.1.2: Name, Role, Value (Level A)
The accessible name of a control has to match it's function.
Back arrow, Go Back
<div class="back grid" > <a href="/en/questions/eligible">Go back</a> </div>
Go back
<div class="back grid" aria-label="Go back"> <a href="/en/questions/eligible">Go back</a> </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
URL
https://demo.fileyourstatetaxes.org/en/questions/contact-preference
Issue
The arrow graphic is being read aloud by the screen reader as it is getting inserted via CSS and impacts the accessible name of the control.
WCAG Success Criterion
SC 4.1.2: Name, Role, Value (Level A)
User Impact
The accessible name of a control has to match it's function.
Suggested fixes
Current computed accessible name is:
Should be
The text was updated successfully, but these errors were encountered: