Server-side image maps must not be used
keyboard-accessible/server-image-map · WCAG 2.1.1 · Level A
Server-side image maps must not be used.
Server-side image maps (using ismap attribute) send click coordinates to the server, which is inaccessible to keyboard users and screen readers who can't precisely click specific regions. Replace with client-side image maps (<map> with <area> elements) that provide keyboard access and accessible names, or use linked images/buttons instead.
Scan a page or repo for issues like this · All rules
Introduced in @accesslint/core v0.8.0