HTMLMapElement Interface
The HTMLMapElement Interface represents a client-side image map.
IDL Definition
Interface HTMLMapElement : HTMLElement {
readonly attribute HTMLCollection areas;
attribute DOMString name;
};
Semantic Requirements
- The areas attribute is the list of areas defined for the image map.
- The name contains the names of the map (for use with usemap).
If you have comments or suggestions, email me at mbrady@nist.gov