WebIDLpedia

HTMLBaseElement interface

Definition

HTML Standard defines HTMLBaseElement



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

  [CEReactions] attribute USVString href;
  [CEReactions] attribute DOMString target;
};

Methods and attributes that return objects implementing HTMLBaseElement