Definition
HTML Standard defines HTMLProgressElement
[Exposed=Window]
interface HTMLProgressElement : HTMLElement {
[HTMLConstructor] constructor();
[CEReactions, ReflectSetter] attribute double value;
[CEReactions, ReflectPositive, ReflectDefault=1.0] attribute double max;
readonly attribute double position;
readonly attribute NodeList labels;
};