Sachsentext

The "alt" text for input "image" buttons must be the same as text inside the image

Every form image button which has text within the image (say, a picture of the word "Search" in a special font), should have the same text within the "alt" attribute.

Example

Wrong

<input type="image" src="search.png" alt="A pretty picture"/>

Right

<input type="image" src="search.png" alt="Search this site"/>