Building pagesPolicies, legal |
Image mapsHTML allows two types of image maps: client-side (processed by the user's browser) and server-side (the server processes). Use client-side image maps whenever possible. Accessible image maps have the following characteristics :
Alt tagsAlt tags should be included for each image map hotspot. Example:
Redundant text linksPut redundant text links for every link on an image map elsewhere on the web page. This redundant text often is placed at the bottom of the page. Image map tab orderThe tab order of an image map specifies how a user moves through the
links, using a tab key instead of a mouse. Tabbing should take the
reader through the links in a logical order. Either make sure each
hotspot is defined in the order it appears on the page. Or
use a "tabindex" attribute to define the order.
|
Client-side image maps are preferable to server-side image maps. If you're unsure what kind of map you have, check the code. "USEMAP" signifies client-side maps and "ISMAP," server-side maps. |