[html5] r4766 - [e] (0) consistency Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8958
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 17 15:12:20 PST 2010
Author: ianh
Date: 2010-02-17 15:12:18 -0800 (Wed, 17 Feb 2010)
New Revision: 4766
Modified:
complete.html
index
source
Log:
[e] (0) consistency
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8958
Modified: complete.html
===================================================================
--- complete.html 2010-02-17 23:07:11 UTC (rev 4765)
+++ complete.html 2010-02-17 23:12:18 UTC (rev 4766)
@@ -39146,11 +39146,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>
-
- <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>
Modified: index
===================================================================
--- index 2010-02-17 23:07:11 UTC (rev 4765)
+++ index 2010-02-17 23:12:18 UTC (rev 4766)
@@ -39048,11 +39048,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>
-
- <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>
Modified: source
===================================================================
--- source 2010-02-17 23:07:11 UTC (rev 4765)
+++ source 2010-02-17 23:12:18 UTC (rev 4766)
@@ -43593,14 +43593,9 @@
<li><var title="">minimum</var> ≤ <code title="attr-meter-low">low</code> ≤ <var title="">maximum</var> (if <code title="attr-meter-low">low</code> is specified)</li>
<li><var title="">minimum</var> ≤ <code title="attr-meter-high">high</code> ≤ <var title="">maximum</var> (if <code title="attr-meter-high">high</code> is specified)</li>
<li><var title="">minimum</var> ≤ <code title="attr-meter-optimum">optimum</code> ≤ <var title="">maximum</var> (if <code title="attr-meter-optimum">optimum</code> is specified)</li>
+ <li><code title="attr-meter-low">low</code> ≤ <code title="attr-meter-high">high</code> (if both <code title="attr-meter-low">low</code> and <code title="attr-meter-high">high</code> are specified)</li>
</ul>
- <p>If both the <code title="attr-meter-low">low</code> and <code
- title="attr-meter-high">high</code> attributes are specified, then
- the <code title="attr-meter-low">low</code> attribute's value must
- be less than or equal to the value of the <code
- title="attr-meter-high">high</code> attribute.</p>
-
<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>
More information about the Commit-Watchers
mailing list