Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLMeterElement

HTMLMeterElement

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨November 2015⁩.

The HTML<meter> elements expose theHTMLMeterElement interface, which provides special properties and methods (beyond theHTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of<meter> elements.

EventTarget Node Element HTMLElement HTMLMeterElement

Instance properties

Also inherits properties from its parent,HTMLElement.

HTMLMeterElement.high

Adouble representing the value of the high boundary, reflecting thehigh attribute.

HTMLMeterElement.low

Adouble representing the value of the low boundary, reflecting thelow attribute.

HTMLMeterElement.max

Adouble representing the maximum value, reflecting themax attribute.

HTMLMeterElement.min

Adouble representing the minimum value, reflecting themin attribute.

HTMLMeterElement.optimum

Adouble representing the optimum, reflecting theoptimum attribute.

HTMLMeterElement.value

Adouble representing the current value, reflecting thevalue attribute.

HTMLMeterElement.labelsRead only

ANodeList of<label> elements that are associated with the element.

Instance methods

This interface does not implement any specific methods but inherits methods from its parent,HTMLElement.

Specifications

Specification
HTML
# htmlmeterelement

Browser compatibility

See also

  • The HTML element implementing this interface:<meter>

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp