-- Descriptive: Provides the same information for users who cannot see the image due to disability, technology, or environment as those who can see the image.
alt=”Sign up for our mailing list”
Provides the same information as the image:
Bad: alt=“click for more information”
Good: alt=“Flipper’s Fin-Tastic 40th Anniversary”
-- Bullet: Should not describe the color or shape of bullet; doing so repetitively annoys users.
Bad: alt=“Arrow On”
Instead, use an asterisk in place of a description of the bullet: Good: alt=“*”
-- Null: Should be used for all spacer images but do not describe as this annoys and confuses users. Should be used for all background and decorative graphics but do not describe.
Bad: no alt-text or alt=“right corner green image”
Good: alt=“”
-- Long Descriptions: Method for detailed images or graphs
Length of Alt Text: Alt-text can hold 255 characters but use a maximum of 150 characters, which is able to be accessed by all browsers. But, what if the image is highly detailed like a PowerPoint slide? Use the longdesc attribute.
Use “longdesc” attribute of IMAGE tag; goes to webpage describing the image. Many browsers and Assistive Technologies do not support “longdesc”. Use a “d-link” or another means to provide a long description of the image.
Method: <img src=“scclogo.gif” border=“0” height=“150” width=“200” alt=“Surry Community College Logo” longesc=“logodescription.htm”>