Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLProgressElement

HTMLProgressElement

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨July 2015⁩.

TheHTMLProgressElement interface provides special properties and methods (beyond the regularHTMLElement 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

Adouble value reflecting the content attribute of the same name, limited to numbers greater than zero. Its default value is1.0.

HTMLProgressElement.positionRead only

Returns adouble 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

Adouble value that reflects the current value; if the progress bar is an indeterminate progress bar, it returns0.

HTMLProgressElement.labelsRead only

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

Instance methods

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

Specifications

Specification
HTML
# htmlprogresselement

Browser compatibility

See also

  • The HTML element implementing this interface:<progress>

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp