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.
Properties
Inherits properties from its parent, HTMLElement.
HTMLMapElement.name-
Is a
DOMStringrepresenting the<map>element for referencing it other context. If theidattribute is set, this must have the same value; and it cannot benullor empty. HTMLMapElement.areasRead only-
Is a live
HTMLCollectionrepresenting the<area>elements associated to this<map>.
Methods
No specific method; inherits methods from its parent, HTMLElement .
Specifications
| Specification |
|---|
| HTML Standard # htmlmapelement |
Browser compatibility
BCD tables only load in the browser
See also
- HTML element implementing this interface:
<map>.