Export to GitHub

doctype-mirror - MeterMinAttribute.wiki


You are here: Home > HTML Reference > Elements > <meter> element > min attribute

Usage

The meter min attribute specifies the lower bound of the range.

Values

The meter min attribute must be a valid floating point number.

Elements

You can use the min attribute on the following elements:

  • <meter>

Browser compatibility

Compatibility table legend

| Test | IE8 | IE7 | IE6 | FF3 | FF2 | Saf3 | Op9 | Chrome | |:---------|:--------|:--------|:--------|:--------|:--------|:---------|:--------|:-----------| | meter.min reflects <meter min="42"> | N | N | N | N | N | N | Y | N |

Further reading