WebIDLpedia

HTMLProgressElement interface

Definition

HTML Standard defines HTMLProgressElement



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

  [CEReactions] attribute double value;
  [CEReactions] attribute double max;
  readonly attribute double position;
  readonly attribute NodeList labels;
};

Methods and attributes that return objects implementing HTMLProgressElement