The HTMLMapElement interface provides special properties and
(beyond those of the regular object web.dom.HTMLElement
interface
also has available to it by inheritance) for manipulating the
and presentation of map elements.
The HTMLMapElement interface provides special properties and (beyond those of the regular object `web.dom.HTMLElement` interface also has available to it by inheritance) for manipulating the and presentation of map elements.
(areas this)
Property.
Is a live HTMLCollection representing the <area> elements associated this <map>.
Property. Is a live HTMLCollection representing the <area> elements associated this <map>.
(name this)
Property.
Is a DOMString representing the <map> element for referencing other context. If the id attribute is set, this must have the value; and it cannot be null or empty.
Property. Is a DOMString representing the <map> element for referencing other context. If the id attribute is set, this must have the value; and it cannot be null or empty.
(set-areas! this val)
Property.
Is a live HTMLCollection representing the <area> elements associated this <map>.
Property. Is a live HTMLCollection representing the <area> elements associated this <map>.
(set-name! this val)
Property.
Is a DOMString representing the <map> element for referencing other context. If the id attribute is set, this must have the value; and it cannot be null or empty.
Property. Is a DOMString representing the <map> element for referencing other context. If the id attribute is set, this must have the value; and it cannot be null or empty.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close