Skip to content
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

SC 111 -- Image missing alt text #24

Closed
damiansian opened this issue Jan 4, 2025 · 1 comment
Closed

SC 111 -- Image missing alt text #24

damiansian opened this issue Jan 4, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@damiansian
Copy link

damiansian commented Jan 4, 2025

URL

https://demo.fileyourstatetaxes.org/en/questions/post-data-transfer

Issue

The image on the no alt text attribute. This is required in HTML for the img element. Since the graphic is covered in the adjacent heading text, the image is decorative and should be coded as such.

Screen shot

Image

WCAG Success Criterion

SC 1.1.1: Non-text Content (Level A)

Suggested fix

Current

<img 
   src="/assets/icons/check-ea2b0c873d95329741139de4e443b73020f54086737cde2da8f6c0b396c0d2fc.svg">

Should be:

<img 
   alt=""
   src="/assets/icons/check-ea2b0c873d95329741139de4e443b73020f54086737cde2da8f6c0b396c0d2fc.svg">
@damiansian damiansian added the bug Something isn't working label Jan 4, 2025
@mmazanec22 mmazanec22 moved this from To triage to Ticket created in NJ Innovate -- NJ Direct File Accessibility Jan 10, 2025
@mmazanec22 mmazanec22 moved this from Ticket created to In progress in NJ Innovate -- NJ Direct File Accessibility Jan 10, 2025
@mmazanec22 mmazanec22 moved this from In progress to In review in NJ Innovate -- NJ Direct File Accessibility Jan 23, 2025
@mmazanec22 mmazanec22 moved this from In review to Ready for retest in NJ Innovate -- NJ Direct File Accessibility Jan 23, 2025
@damiansian
Copy link
Author

Looks good. alt="" used.

Graphic is decorative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant