HTML 5: The Markup Language (ARIA Edition)

mapimage-map definition # T

The map element, in conjunction with any area element descendants, defines an image map.

Content model #

map.elem.flow =
(normal-character-data & common.elem.flow*) & map.attrs
map.elem.phrasing =
(normal-character-data & common.elem.phrasing*) & map.attrs

Attribute model #

Element-specific attributes #

name = name
A name by which the map can be referenced.

Assertions #

Tag omission #

A map element must have both a start tag and an end tag.

Additional constraints #

If the id attribute and name attribute specified on the map element, both attributes must have the same value.

Permitted contexts #

Typical default display properties #

map {
display: inline; }