html5/spec Overview.html,1.3813,1.3814

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8483

Modified Files:
	Overview.html 
Log Message:
consistency (whatwg r4766)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3813
retrieving revision 1.3814
diff -u -d -r1.3813 -r1.3814
--- Overview.html	17 Feb 2010 23:07:16 -0000	1.3813
+++ Overview.html	17 Feb 2010 23:12:23 -0000	1.3814
@@ -31685,9 +31685,8 @@
    <li><var title="">minimum</var> &le; <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> &le; <var title="">maximum</var> (if <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> is specified)</li>
    <li><var title="">minimum</var> &le; <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> &le; <var title="">maximum</var> (if <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> is specified)</li>
    <li><var title="">minimum</var> &le; <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> &le; <var title="">maximum</var> (if <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> is specified)</li>
-  </ul><p>If both the <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> and <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> attributes are specified, then
-  the <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> attribute's value must
-  be less than or equal to the value of the <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> attribute.<p class="note">If no minimum or maximum is specified, then the
+   <li><code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> &le; <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> (if both <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> and <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> are specified)</li>
+  </ul><p class="note">If no minimum or maximum is specified, then the
   range is assumed to be 0..1, and the value thus has to be within
   that range.<p>Authors are encouraged to include a textual representation of the
   gauge's state in the element's contents, for users of user agents

Received on Wednesday, 17 February 2010 23:12:28 UTC