Non spacer IMG with valid ALT | |
Section 508 1194.22(a); WAI / WCAG 1.0 checkpoint 1.1 | |
Issue Description Images included in this document do not have corresponding valid textual descriptions. A valid description is a string value of the ALT attribute that:
The image appears to have more than a decorative role (i.e., it is not a spacer). |
|
How to fix
Add the ALT attribute to the IMG tag. Remember the following points:
|
|
Issue Explanation The ALT attribute describes the associated image so that users without graphics-enabled browsers can still effectively navigate the page. The advent of hand-held, text-only browsers makes the use of the ALT descriptions more important now than ever. For hidden links (normal A tags whose label is a spacer), it is important that the ALT attribute of the image exists and describes the destination of the link. (Hidden links is a technique you can use to fulfill the 508 rule 1194.22(o) stating "A method shall be provided that permits users to skip repetitive navigation links," and the WAI checkpoint 13.6.) ALT descriptions are displayed before the associated image, which is helpful when image download and display takes several seconds. Adding keywords to the ALT attribute can also improve the page listing in some search engine. For images that play only a decorative role in the page (like spacers and bullets), it is recommended that you define an empty ALT (i.e. ALT="" ) so that speaking browsers do not confuse your users to say things like "*" or ">". |