The HTML <meter>
elements expose the HTMLMeterElement interface,
provides special properties and methods (beyond the web.dom.HTMLElement
interface they also have available to them by inheritance) for
the layout and presentation of <meter>
elements.
The HTML `<meter>` elements expose the HTMLMeterElement interface, provides special properties and methods (beyond the `web.dom.HTMLElement` interface they also have available to them by inheritance) for the layout and presentation of `<meter>` elements.
(high this)
Property.
A double representing the value of the high boundary, reflecting high attribute.
Property. A double representing the value of the high boundary, reflecting high attribute.
(labels this)
Property.
The HTMLMeterElement.labels read-only property returns a web.NodeList
the <label>
elements associated with the <meter>
element.
var labelElements = meter.labels;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMeterElement/labels
Property. The HTMLMeterElement.labels read-only property returns a `web.NodeList` the `<label>` elements associated with the `<meter>` element. `var labelElements = meter.labels;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLMeterElement/labels`
(set-high! this val)
Property.
A double representing the value of the high boundary, reflecting high attribute.
Property. A double representing the value of the high boundary, reflecting high attribute.
(set-labels! this val)
Property.
The HTMLMeterElement.labels read-only property returns a web.NodeList
the <label>
elements associated with the <meter>
element.
var labelElements = meter.labels;
See also: https://developer.mozilla.org/en-US/docs/Web/API/HTMLMeterElement/labels
Property. The HTMLMeterElement.labels read-only property returns a `web.NodeList` the `<label>` elements associated with the `<meter>` element. `var labelElements = meter.labels;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/HTMLMeterElement/labels`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close