WebIDLpedia

HTMLMapElement interface

Definition

HTML Standard defines HTMLMapElement



[Exposed=Window]
interface HTMLMapElement : HTMLElement {
  [HTMLConstructor] constructor();

  [CEReactions] attribute DOMString name;
  [SameObject] readonly attribute HTMLCollection areas;
};

Methods and attributes that return objects implementing HTMLMapElement