web api interface
HTMLMeterElement
The HTML <meter> elements expose the HTMLMeterElement interface, which provides special properties and methods (beyond the HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of <meter> elements.
Instance properties
Also inherits properties from its parent, HTMLElement.
high- : A
doublerepresenting the value of the high boundary, reflecting thehighattribute.
- : A
low- : A
doublerepresenting the value of the low boundary, reflecting thelowattribute.
- : A
max- : A
doublerepresenting the maximum value, reflecting themaxattribute.
- : A
min- : A
doublerepresenting the minimum value, reflecting theminattribute.
- : A
optimum- : A
doublerepresenting the optimum, reflecting theoptimumattribute.
- : A
value- : A
doublerepresenting the current value, reflecting thevalueattribute.
- : A
labelsRead only
Instance methods
This interface does not implement any specific methods but inherits methods from its parent, HTMLElement.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
- The HTML element implementing this interface:
<meter>