Sachsentext

Images should not have a "title" attribute

Images should not contain a "title" attribute.

Example

Wrong

<img src="dog.png" alt="My brown dog" title="A dog"/>

Right

<img src="dog.png" alt="My brown dog"/>