Sachsentext

Image "alt" attributes should not be the same as the filename

All img elements should have an "alt" attribute that is not just the name of the file, unless the filename communicates everything about the file.

Example

Wrong

<img src="dog.jpg" alt="dog.jpg">

Right

<img src="dog.jpg" alt="A photograph of a dog">