9.1: Provide client-side image maps instead of server side image maps where the region cannot be defined with an available geometric shape.
Checkpoint
9.1: Provide client-side image maps instead of server side image maps where the region cannot be defined with an available geometric shape.
Reading material
- Online Accessibility: Image Maps
- WebAim: Images used as links and image maps
- A list of utilities to help you create client-side images.
- WebAim: Client-side versus server-side image maps
Making client-side image maps accessible
Client-side image maps are preferred over server-side image maps for the following reasons:
- Alt attributes can be provided for each active region of a client-side image. This is not possible server-side maps, only a single alt attribute can be provided.
- Navigation through image hot-spots is possible using the keyboard with client-side images, but not with server-side image maps.
