Example for Checkpoint
1.2 - Provide redundant text links for each active region of a server-side image map.

Example
Slide 19 of 120
Previous slide. Next slide.

Priority 1

Server-side image maps (those using the ISMAP attribute in the IMG element) usually don't or can't provide any textual information about the links that are coded into them. If your server-side image map has hot-links to sections A, B, C, D and E of your site, then provide a text alternative on the page. For example, the code:

<A HREF="img/imgmap1.map">
<IMG ISMAP SRC="imgmap1.gif"
ALT="Please use the following links instead of this imagemap.">
</A><BR>
[ <A HREF="a.htm">Section A</A> | <A HREF="b.htm">Section B</A> | <A HREF="c.htm">Section C</A> | <A HREF="d.htm">Section D</A> | <A HREF="e.htm">Section E</A> ]

produces the following server-side image map and text equivalent:

Please use the following links instead of this imagemap.
[ Section A | Section B | Section C | Section D | Section E ]

Note: the "alt" text you provide in the IMG element informs the users that a text equivalent exists -- but does not describe the image itself. If you want to describe the image map in detail, use "longdesc".

Up one level To Checkpoints for Guideline 1.
Next slide: Example for Checkpoint 1.3

Introduction: Overview Guidelines: Overview Checkpoints: Overview Examples: Overview

Previous page. Next page.

Chuck Letourneau & Geoff Freed

W3C Web Accessibility Initiative

Copyright © 2000 W3C