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

  1. The areas attribute is the list of areas defined for the image map.
  2. The name contains the names of the map (for use with usemap).

If you have comments or suggestions, email me at mbrady@nist.gov