HTMLMapElement - Web APIs | MDN

Instance properties

Inherits properties from its parent, HTMLElement.

HTMLMapElement.name

A string representing the <map> element for referencing it other context. If the id attribute is set, this must have the same value; and it cannot be null or empty.

HTMLMapElement.areas Read only

A live HTMLCollection representing the <area> elements associated to this <map>.

Instance methods

No specific method; inherits methods from its parent, HTMLElement .

Specifications

Specification
HTML
# htmlmapelement

Browser compatibility

See also

  • HTML element implementing this interface: <map>.

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.