No server-side image maps should be used | |
Section 508 1194.22(f); WAI / WCAG 1.0 checkpoint 9.1 | |
Issue Description The page includes a server-side image map. Verify that the image map can be replaced by a more accessible client-side image map. |
|
How to check
Determine whether the server-side image map is really needed. The only reason to use one is if you need to define active regions that cannot be defined with available shapes. If you must use one, you should at least provide alternative ways such as textual links to reach the same destination pages. (You must inspect the implementation of the image map on the server to find out how active regions are defined.) |
|
Issue Explanation Server-side image maps pose big accessibility problems, including:
For these reasons, the use of server-side image maps is highly discouraged. The only exception is for active regions whose shape are so irregular that client-side image maps cannot support them. You can recognize a server-side image map with a browser by pointing the mouse at the image. Mouse coordinates are displayed by the browser as you move the mouse over the image. |