Sachsentext

Images should not have a simple placeholder text as an "alt" attribute

Any image that is not used decorativey or which is purely for layout purposes cannot have an "alt" attribute that consists solely of placeholders. Placeholders include:

  • nbsp
  •  
  • spacer
  • image
  • img
  • photo

Example

Wrong

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

Right

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