A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/HTMLProgressElement below:

HTMLProgressElement - Web APIs | MDN

HTMLProgressElement

Baseline Widely available

The HTMLProgressElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of <progress> elements.

EventTarget Node Element HTMLElement HTMLProgressElement Instance properties

Inherits properties from its parent, HTMLElement.

HTMLProgressElement.max

A double value reflecting the content attribute of the same name, limited to numbers greater than zero. Its default value is 1.0.

HTMLProgressElement.position Read only

Returns a double value returning the result of dividing the current value (value) by the maximum value (max); if the progress bar is an indeterminate progress bar, it returns -1.

HTMLProgressElement.value

A double value that reflects the current value; if the progress bar is an indeterminate progress bar, it returns 0.

HTMLProgressElement.labels Read only

Returns NodeList containing the list of <label> elements that are labels for this element.

Instance methods

No specific method; inherits methods from its parent, HTMLElement.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3