class js.html.AreaElement extends Element
Available on js
DOM area objects expose the HTMLAreaElement (or
HTML 4 HTMLAreaElement
) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of area elements.
Documentation for this class was provided by MDN.
Instance Fields
Reflects the
coords
HTML attribute, containing coordinates to define the hot-spot region.Reflects the
shape
HTML attribute, indicating the shape of the hot-spot, limited to known values.