package js.html
extends Element › DOMElement › Node › EventTarget
Available on js
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 also:
high:FloatA double representing the value of the high boundary, reflecting the high attribute.
read onlylabels:NodeListA NodeList of label elements that are associated with the element.
low:FloatA double representing the value of the low boundary, reflecting the lowattribute.
max:FloatA double representing the maximum value, reflecting the max attribute.
min:FloatA double representing the minimum value, reflecting the min attribute.
optimum:FloatA double representing the optimum, reflecting the optimum attribute.
value:FloatA double representing the currrent value, reflecting the value attribute.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/MeterElement.html