-
Notifications
You must be signed in to change notification settings - Fork 311
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
Fix inaccessible images #3862
Comments
As an aside, I implemented a few changes on this commit: f0e4726. (Not a full audit/remediation, just a few spots fixed up.) Feel free to use those, if they are helpful. |
Sharing a few updates:
|
I worked through the main site images and am trucking along with the 101 pages of blog archives! Related spreadsheet |
I have about 700 images left to audit. Still working through this each day. |
I'm still trucking away on this but have been juggling other priorities this week. I will be staffed to a project next week, but am comfortable keeping this as a lower-pri task on my plate if that's okay with everyone else. |
@amandacostello @edwintorres I need to hand off this ticket. I was optimistic I would have time to chip away at it but that is proving to be unrealistic. Here's where I am at:
|
updated spreadsheet with conditional formatting to indicate doneness green row = done |
some blog posts have slightly different dates in the URL -- just an fyi to whoever takes this ticket next, it's helpful to find the file by the name of the post, as opposed to the specific date for example, https://18f.gsa.gov/2021/06/15/improving_the_way_the_u-s-_tax_court_engages_with_the_public/ is /workspaces/18f.gsa.gov/content/posts/2021-06-14-improving_the_way_the_u-s-_tax_court_engages_with_the_public.md |
fyi that the above pull request should NOT close the issue, this is an interim pull request of all the alt tags i've fixed so far! still more to go! |
i'm making new tickets for follow-on actions -- still more to do on this! |
This has been split into a Content Audit ticket and a Front-end Dev ticket |
Expected Behavior
While working on #3855, I discovered that some pages need better
alt
text.Actual Behavior
In some cases, alt text is empty. Screenreader software will ignore images with empty alt text. In a few cases, alt text is present but is wrong (copy/paste errors). In one memorable case, the alt text is a long random string of characters.
Steps to reproduce the behavior
This issue is done when
alt
attributes which describe what information a sighted user would gain from viewing the imagefigures
-- if thealt
attribute is missing or empty, some screenreaders will not read thefigcaption
!alt
attributealt
text.alt
attributes and move additional interpretations/explanations into afigcaption
where both blind and sighted users will benefit.The text was updated successfully, but these errors were encountered: