[html5] r1080 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 19 11:58:54 PDT 2007


Author: ianh
Date: 2007-10-19 11:58:52 -0700 (Fri, 19 Oct 2007)
New Revision: 1080

Modified:
   index
   source
Log:
[e] (0) Add a note to <meter>.

Modified: index
===================================================================
--- index	2007-10-19 18:52:47 UTC (rev 1079)
+++ index	2007-10-19 18:58:52 UTC (rev 1080)
@@ -11038,6 +11038,11 @@
    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 — 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.
 

Modified: source
===================================================================
--- source	2007-10-19 18:52:47 UTC (rev 1079)
+++ source	2007-10-19 18:58:52 UTC (rev 1080)
@@ -9099,6 +9099,11 @@
   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 — 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>
 




More information about the Commit-Watchers mailing list