MeterElement

EventTargetNodeDOMElementElementjs.html.MeterElement (extern class)

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.

See:

Instance Members

value: Float

A double representing the currrent value, reflecting the value attribute.


min: Float

A double representing the minimum value, reflecting the min attribute.


max: Float

A double representing the maximum value, reflecting the max attribute.


low: Float

A double representing the value of the low boundary, reflecting the lowattribute.


high: Float

A double representing the value of the high boundary, reflecting the high attribute.


optimum: Float

A double representing the optimum, reflecting the optimum attribute.


labels: NodeList

A NodeList of label elements that are associated with the element.