Web accessibility service pageWeb accessibility service page

7.4:H207103 Avoid use of moving gif pictures.

Improper design

The logo motion logo.gif image did not use alt to provide text explanation.

Improper design:

  <IMG src="logo.gif">
          

Proper demonstration

Avoid using gif motion, but if unavoidable then use alt to provide replacement text explanation. Below is an example of flash text using gif motion, the first line of text stated"soliciting web accessible logo", the second line of text stated"please view the web accessibility service website for the gift information".

Proper example:

<IMG src="logo.gif" 
 alt="web accessibility logo soliciting event, 
 thousands of prices awaits you! Event date 8/26~9/15, organized by the Executive Yuan">
End of Main Content