HTMLMapElement - Web APIs | MDN (original) (raw)
Baseline
Widely available
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.
EventTarget Node Element HTMLElement HTMLMapElement
Instance properties
Inherits properties from its parent, HTMLElement.
A string representing the 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 elements associated to this .
Instance methods
No specific method; inherits methods from its parent, HTMLElement .
Specifications
Specification |
---|
HTML # htmlmapelement |