W3cubDocs

/Haxe JavaScript

MapElement

package js.html

extends ElementDOMElementNodeEventTarget

Available on js

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.

Documentation HTMLMapElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlyareas:HTMLCollection

Is a live HTMLCollection representing the area elements associated to this map.

name:String

Is a DOMString 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.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/MapElement.html