← All patterns · Status widgets

Meter

Scalar measurement within a known range.

Pattern

A meter shows a value within a known range — disk usage, temperature, score. Distinct from progressbar: a meter doesn't change toward completion, it just is.

Roles

  • meter

States and properties

aria-valuenow
Current value.
aria-valuemin / aria-valuemax
Range bounds.
aria-valuetext
Human-readable text (optional).

WCAG criteria

  • 4.1.2Name, Role, Value

Canonical reference

WAI-ARIA Authoring Practices Guide — Meter

More