Sachsentext

For any image, the "alt" text cannot refer to color alone

The "alt" text or content text for any image should not refer to the image by color alone. This is often fixed by changing the "alt" text to the meaning of the image, rather than a literal interpretation of the image.

Example

Wrong

<img src="red-light.png" alt="A Red Light">

Right

<img src="red-ligh.png" alt="Stop!">