confi-emacs-inicial/elpa/ac-html-20151005.731/completion-data/html-tag-short-docs/meter

19 lines
645 B
Plaintext

The HTML <meter> Element represents either a scalar value within a known range or a fractional value.
Usage note:
Unless the value attribute is between 0 and 1 (inclusive), the min attribute and max attribute should define the range so that the value attribute's value is within it.
Content categories:
Flow content, phrasing content, labelable content, palpable content.
Permitted content:
Phrasing content, but there must be no <meter> element among its descendants.
Tag omission:
None, both the starting and ending tag are mandatory.
Permitted parent elements:
Any element that accepts phrasing content.
DOM interface:
HTMLMeterElement