haXe API Documentation
Back | Index
extern class js.html.MapElement
extends Element
Available in js
The HTML Map element (<map>) is used with <area> elements to define a image map.

Documentation for this class was provided by MDN.
var areas(default,null) : HTMLCollection
var name : String
Back | Index