# Server-side image maps must not be used

> Canonical HTML version: https://rocketvalidator.com/accessibility-validation/axe/4.6/server-side-image-map
> Attribution: Rocket Validator (https://rocketvalidator.com)
> License: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

An image map that is server-side rather than client-side is present in the page.

Server-side image maps can't be used with a keyboard since mouse clicks are needed to access the links they contain, rendering them unavailable to users who only use keyboards.

The server-side software used to process the image map receives the locations of the mouse click from server side image maps. They are not keyboard accessible since they rely on mouse clicks, although client-side image mappings are. Additionally, unlike the `regions` of a client-side picture map, actionable areas of a server-side image map cannot be provided with text alternatives.

<h3>What this Accessibility Rule Checks</h3>

Makes sure that server-side image maps are not used.
