Sachsentext

If an image is purely decorative, the "alt" text must be empty

Any image that is only decorative (serves no function or adds to the purpose of the page content) should have an "alt" attribute, but the "alt" text should be empty with no white space.

Example

Wrong

<img src="decoration.png" alt="A nice floral pattern to make things pretty.">

Right

<img src="decoration.png" alt="">