Links are needed for server-side image map | |
Section 508 1194.22(e); WAI / WCAG 1.0 checkpoint 1.2 | |
Issue Description The page includes a server-side image map. Verify that each active region of the image map has a redundant textual link. |
|
How to check
Make sure each active region of the image map is duplicated as a redundant link in the page. You must inspect the implementation of the image map on the server to determine the URLs that are activated when the user clicks on any of the active regions. |
|
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. |