HTMLMeterElement - Web APIs | MDN
Instance properties
Also inherits properties from its parent, HTMLElement.
HTMLMeterElement.high-
A
doublerepresenting the value of the high boundary, reflecting thehighattribute. HTMLMeterElement.low-
A
doublerepresenting the value of the low boundary, reflecting thelowattribute. HTMLMeterElement.max-
A
doublerepresenting the maximum value, reflecting themaxattribute. HTMLMeterElement.min-
A
doublerepresenting the minimum value, reflecting theminattribute. HTMLMeterElement.optimum-
A
doublerepresenting the optimum, reflecting theoptimumattribute. HTMLMeterElement.value-
A
doublerepresenting the current value, reflecting thevalueattribute. HTMLMeterElement.labelsRead only-
A
NodeListof<label>elements that are associated with the element.
Instance methods
This interface does not implement any specific methods but inherits methods from its parent, HTMLElement.
Specifications
| Specification |
|---|
| HTML # htmlmeterelement |
Browser compatibility
See also
- The HTML element implementing this interface:
<meter>