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.
<input type="image" src="search.png" alt="A pretty picture"/>
<input type="image" src="search.png" alt="Search this site"/>