web api interface
HTMLMapElement
The HTMLMapElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of map elements.
Instance properties
Inherits properties from its parent, HTMLElement.
name- : A string representing the
<map>element for referencing it other context. If theidattribute is set, this must have the same value; and it cannot benullor empty.
- : A string representing the
areasRead only- : A live
HTMLCollectionrepresenting the<area>elements associated to this<map>.
- : A live
Instance methods
No specific method; inherits methods from its parent, HTMLElement .
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- HTML element implementing this interface:
<map>.