CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 11:47:28 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
x-origin-cache: HIT
last-modified: Wed, 08 Oct 2025 11:40:24 GMT
access-control-allow-origin: *
expires: Thu, 09 Oct 2025 14:00:03 GMT
cache-control: max-age=600
x-proxy-cache: MISS
x-github-request-id: 3B04:E76CF:54954A:5E2749:68E64EAF
via: 1.1 varnish
x-served-by: cache-iad-kiad7000027-IAD
x-cache: MISS
x-cache-hits: 0
x-timer: S1759923888.585633,VS0,VE12
vary: Accept-Encoding
x-fastly-request-id: df213481cecd4547292b15f127e8c03ce527c06e
x-backend: www-mirrors
x-request-id: 98b56369384ed678
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: HIT
set-cookie: __cf_bm=cmHDDXAl6feg37ZKk2rJ28eOQsGmAlJfqhNFPOCl.n0-1760096848-1.0.1.1-htv4lVVSmrfR71hh5C6vhn34idXwUQXjm8IZ4YpRQdRnXHP2UW5cX0FtxEWFDxOVXo8sTYW2oHadlv4IM8qafl4W_Gv6W4ZE5_KiwlxFlhM; path=/; expires=Fri, 10-Oct-25 12:17:28 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98c5e211fbc2c195-BLR
alt-svc: h3=":443"; ma=86400
Image Maps | Web Accessibility Initiative (WAI) | W3C
Image Maps
Example 1: An organizational chart with links to individual pages
The following organizational chart is used to provide links to each director’s home page. The text alternative for the image is “Board of Directors and related staff:”. Each linked <area>
has a text alternative to identify the individual – for example, “Davy Jones: Chairman”. The text alternative for individuals also states their relation in the graph.
Full code for Image map example
Browser implementation for image maps varies at the time of writing; see this HTML bug. To accommodate for the different implementations, keep in mind to:
- use every image map only once. That means if multiple images with the same map are to be used, the map should be duplicated and have a different
id
s; - place the
<map>
element as a direct sibling to the image.