Skip to content

Commit

Permalink
[e] (0) Add a note to <meter>.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1080 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2007
1 parent 743dc5b commit f28b783
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -11038,6 +11038,11 @@ Applications over the World Wide Web.&lt;/p></pre>
HTML provides a separate <code><a href="#progress">progress</a></code>
element.

<p class=note>The <code><a href="#meter">meter</a></code> element also does
not represent a scalar value of arbitrary range &mdash; for example, it
would be wrong to use this to report a weight, or height, unless there is
a known maximum value.

<p>There are six attributes that determine the semantics of the gauge
represented by the element.

Expand Down
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -9099,6 +9099,11 @@ Applications over the World Wide Web.&lt;/p></pre>
indicate progress (as in a progress bar). For that role, HTML
provides a separate <code>progress</code> element.</p>

<p class="note">The <code>meter</code> element also does not
represent a scalar value of arbitrary range &mdash; for example, it
would be wrong to use this to report a weight, or height, unless
there is a known maximum value.</p>

<p>There are six attributes that determine the semantics of the
gauge represented by the element.</p>

Expand Down

0 comments on commit f28b783

Please sign in to comment.