- From: poot <cvsmail@w3.org>
- Date: Thu, 18 Feb 2010 08:12:39 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: consistency (whatwg r4766) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3813&r2=1.3814&f=h http://html5.org/tools/web-apps-tracker?from=4765&to=4766 =================================================================== 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> ≤ <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code> ≤ <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> ≤ <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code> ≤ <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> ≤ <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> ≤ <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> ≤ <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:13:08 UTC