Docker.github.io: Add alt text to all images which are missing it

Created on 17 Oct 2017  路  3Comments  路  Source: docker/docker.github.io

Problem description

For accessibility, it is good for all images to have alt text.

Do a search for the following string and add the alt text into the empty brackets:

![](

For instance, an image with missing alt text might look like:

![](foo.png)

And to fix it, you'd change it to something like:

![an example of foo](foo.png)

it's best if the alt text is useful to someone who can't actually see the image, but may be using a screen reader or other assistive text. So don't just repeat the image name or something like that.

This is not a difficult task but will take some time due to considering the right alt text to use for each image.

areDocs UX

Most helpful comment

I will work on this.

All 3 comments

I will work on this.

@mstanleyjones There are 577 instances of ![]( not all needed to be replaced though.
is that okay if I create a WIP PR ?

Absolutely! If it has WIP in the title we won't consider it for merge yet.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GPPassos picture GPPassos  路  3Comments

jon-shipley picture jon-shipley  路  5Comments

DanJ210 picture DanJ210  路  3Comments

Bharathkumarraju picture Bharathkumarraju  路  3Comments

joaofnfernandes picture joaofnfernandes  路  3Comments