MeterElement
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.
Documentation HTMLMeterElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
Instance Members
value: FloatA double representing the currrent value, reflecting the value attribute.
min: FloatA double representing the minimum value, reflecting the min attribute.
max: FloatA double representing the maximum value, reflecting the max attribute.
low: FloatA double representing the value of the low boundary, reflecting the lowattribute.
high: FloatA double representing the value of the high boundary, reflecting the high attribute.
optimum: FloatA double representing the optimum, reflecting the optimum attribute.
labels: NodeListA NodeList of label elements that are associated with the element.