Semantics

An element that represents a scalar measurement within a known range, or a fractional value.

Abstract Role

WidgetRepresents a focusable, interactive element.

Content Category

Phrasing ContentAn element that typically appears inline and provides semantic meaning to text content.

Allowed Descendants

Phrasing Children Allowed

No meter element descendants allowed.

Note

Children Become Presentational

Browsers automatically apply the presentation role to all descendant elements, so their semantics are not conveyed to assistive technologies.

Usage

Elements that can designate the role in HTML:

  • meter
  • img[role=meter]
  • span[role=meter]
  • custom-element[role=meter]