Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Make this text actually make sense.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13183

git-svn-id: http://svn.whatwg.org/webapps@6488 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 17, 2011
1 parent bd864b2 commit ae969d0
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 87 deletions.
75 changes: 46 additions & 29 deletions complete.html
Expand Up @@ -50748,11 +50748,14 @@ <h4 id=the-meter-element><span class=secno>4.10.17 </span>The <dfn><code>meter</
<dd>

<p>If the <code title=attr-meter-max><a href=#attr-meter-max>max</a></code> attribute is
specified and a value could be parsed out of it, the maximum value
is that value. Otherwise, the maximum value is 1.0.</p>
specified and a value could be parsed out of it, then the
candidate maximum value is that value. Otherwise, the candidate
maximum value is 1.0.</p>

<p>If the maximum value would be less than the minimum value, then
the maximum value is actually the same as the minimum value.</p>
<p>If the candidate maximum value is greater than or equal to the
minimum value, then the maximum value is the candidate maximum
value. Otherwise, the maximum value is the same as the minimum
value.</p>

</dd>

Expand All @@ -50762,13 +50765,16 @@ <h4 id=the-meter-element><span class=secno>4.10.17 </span>The <dfn><code>meter</

<p>If the <code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute is
specified and a value could be parsed out of it, then that value
is the actual value. Otherwise, the actual value is zero.</p>
is the candidate actual value. Otherwise, the candidate actual
value is zero.</p>

<p>If the candidate actual value is less than the minimum value,
then the actual value is the minimum value.</p>

<p>If the actual value would be less than the minimum value, then
the actual value is actually the same as the minimum value.</p>
<p>Otherwise, if the candidate actual value is greater than the
maximum value, then the actual value is the maximum value.</p>

<p>If, on the other hand, the actual value would be greater than
the maximum value, then the actual value is the maximum value.</p>
<p>Otherwise, the actual value is the candidate actual value.</p>

</dd>

Expand All @@ -50777,14 +50783,17 @@ <h4 id=the-meter-element><span class=secno>4.10.17 </span>The <dfn><code>meter</
<dd>

<p>If the <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> attribute is
specified and a value could be parsed out of it, then the low
boundary is that value. Otherwise, the low boundary is the same as
the minimum value.</p>
specified and a value could be parsed out of it, then the
candidate low boundary is that value. Otherwise, the candidate low
boundary is the same as the minimum value.</p>

<p>If the candidate low boundary is less than the minimum value,
then the low boundary is the minimum value.</p>

<p>Otherwise, if the candidate low boundary is greater than the
maximum value, then the low boundary is the maximum value.</p>

<p>If the low boundary is then less than the minimum value, then
the low boundary is actually the same as the minimum
value. Similarly, if the low boundary is greater than the maximum
value, then it is actually the maximum value instead.</p>
<p>Otherwise, the low boundary is the candidate low boundary.</p>

</dd>

Expand All @@ -50793,14 +50802,17 @@ <h4 id=the-meter-element><span class=secno>4.10.17 </span>The <dfn><code>meter</
<dd>

<p>If the <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> attribute is
specified and a value could be parsed out of it, then the high
boundary is that value. Otherwise, the high boundary is the same
as the maximum value.</p>
specified and a value could be parsed out of it, then the
candidate high boundary is that value. Otherwise, the candidate
high boundary is the same as the maximum value.</p>

<p>If the high boundary is then less than the low boundary, then
the high boundary is actually the same as the low
boundary. Similarly, if the high boundary is greater than the
maximum value, then it is actually the maximum value instead.</p>
<p>If the candidate high boundary is less than the low boundary,
then the high boundary is the low boundary.</p>

<p>Otherwise, if the candidate high boundary is greater than the
maximum value, then the high boundary is the maximum value.</p>

<p>Otherwise, the high boundary is the candidate high boundary.</p>

</dd>

Expand All @@ -50810,13 +50822,18 @@ <h4 id=the-meter-element><span class=secno>4.10.17 </span>The <dfn><code>meter</

<p>If the <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code>
attribute is specified and a value could be parsed out of it, then
the optimum point is that value. Otherwise, the optimum point is
the midpoint between the minimum value and the maximum value.</p>
the candidate optimum point is that value. Otherwise, the
candidate optimum point is the midpoint between the minimum value
and the maximum value.</p>

<p>If the candidate optimum point is less than the minimum value,
then the optimum point is the minimum value.</p>

<p>Otherwise, if the candidate optimum point is greater than the
maximum value, then the optimum point is the maximum value.</p>

<p>If the optimum point is then less than the minimum value, then
the optimum point is actually the same as the minimum
value. Similarly, if the optimum point is greater than the maximum
value, then it is actually the maximum value instead.</p>
<p>Otherwise, the optimum point is the candidate optimum
point.</p>

</dd>

Expand Down
75 changes: 46 additions & 29 deletions index
Expand Up @@ -50615,11 +50615,14 @@ and a height of &lt;meter value=2&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <stron
<dd>

<p>If the <code title=attr-meter-max><a href=#attr-meter-max>max</a></code> attribute is
specified and a value could be parsed out of it, the maximum value
is that value. Otherwise, the maximum value is 1.0.</p>
specified and a value could be parsed out of it, then the
candidate maximum value is that value. Otherwise, the candidate
maximum value is 1.0.</p>

<p>If the maximum value would be less than the minimum value, then
the maximum value is actually the same as the minimum value.</p>
<p>If the candidate maximum value is greater than or equal to the
minimum value, then the maximum value is the candidate maximum
value. Otherwise, the maximum value is the same as the minimum
value.</p>

</dd>

Expand All @@ -50629,13 +50632,16 @@ and a height of &lt;meter value=2&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <stron

<p>If the <code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute is
specified and a value could be parsed out of it, then that value
is the actual value. Otherwise, the actual value is zero.</p>
is the candidate actual value. Otherwise, the candidate actual
value is zero.</p>

<p>If the candidate actual value is less than the minimum value,
then the actual value is the minimum value.</p>

<p>If the actual value would be less than the minimum value, then
the actual value is actually the same as the minimum value.</p>
<p>Otherwise, if the candidate actual value is greater than the
maximum value, then the actual value is the maximum value.</p>

<p>If, on the other hand, the actual value would be greater than
the maximum value, then the actual value is the maximum value.</p>
<p>Otherwise, the actual value is the candidate actual value.</p>

</dd>

Expand All @@ -50644,14 +50650,17 @@ and a height of &lt;meter value=2&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <stron
<dd>

<p>If the <code title=attr-meter-low><a href=#attr-meter-low>low</a></code> attribute is
specified and a value could be parsed out of it, then the low
boundary is that value. Otherwise, the low boundary is the same as
the minimum value.</p>
specified and a value could be parsed out of it, then the
candidate low boundary is that value. Otherwise, the candidate low
boundary is the same as the minimum value.</p>

<p>If the candidate low boundary is less than the minimum value,
then the low boundary is the minimum value.</p>

<p>Otherwise, if the candidate low boundary is greater than the
maximum value, then the low boundary is the maximum value.</p>

<p>If the low boundary is then less than the minimum value, then
the low boundary is actually the same as the minimum
value. Similarly, if the low boundary is greater than the maximum
value, then it is actually the maximum value instead.</p>
<p>Otherwise, the low boundary is the candidate low boundary.</p>

</dd>

Expand All @@ -50660,14 +50669,17 @@ and a height of &lt;meter value=2&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <stron
<dd>

<p>If the <code title=attr-meter-high><a href=#attr-meter-high>high</a></code> attribute is
specified and a value could be parsed out of it, then the high
boundary is that value. Otherwise, the high boundary is the same
as the maximum value.</p>
specified and a value could be parsed out of it, then the
candidate high boundary is that value. Otherwise, the candidate
high boundary is the same as the maximum value.</p>

<p>If the high boundary is then less than the low boundary, then
the high boundary is actually the same as the low
boundary. Similarly, if the high boundary is greater than the
maximum value, then it is actually the maximum value instead.</p>
<p>If the candidate high boundary is less than the low boundary,
then the high boundary is the low boundary.</p>

<p>Otherwise, if the candidate high boundary is greater than the
maximum value, then the high boundary is the maximum value.</p>

<p>Otherwise, the high boundary is the candidate high boundary.</p>

</dd>

Expand All @@ -50677,13 +50689,18 @@ and a height of &lt;meter value=2&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <stron

<p>If the <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code>
attribute is specified and a value could be parsed out of it, then
the optimum point is that value. Otherwise, the optimum point is
the midpoint between the minimum value and the maximum value.</p>
the candidate optimum point is that value. Otherwise, the
candidate optimum point is the midpoint between the minimum value
and the maximum value.</p>

<p>If the candidate optimum point is less than the minimum value,
then the optimum point is the minimum value.</p>

<p>Otherwise, if the candidate optimum point is greater than the
maximum value, then the optimum point is the maximum value.</p>

<p>If the optimum point is then less than the minimum value, then
the optimum point is actually the same as the minimum
value. Similarly, if the optimum point is greater than the maximum
value, then it is actually the maximum value instead.</p>
<p>Otherwise, the optimum point is the candidate optimum
point.</p>

</dd>

Expand Down
75 changes: 46 additions & 29 deletions source
Expand Up @@ -56940,11 +56940,14 @@ and a height of &lt;meter value=2>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</s
<dd>

<p>If the <code title="attr-meter-max">max</code> attribute is
specified and a value could be parsed out of it, the maximum value
is that value. Otherwise, the maximum value is 1.0.</p>
specified and a value could be parsed out of it, then the
candidate maximum value is that value. Otherwise, the candidate
maximum value is 1.0.</p>

<p>If the maximum value would be less than the minimum value, then
the maximum value is actually the same as the minimum value.</p>
<p>If the candidate maximum value is greater than or equal to the
minimum value, then the maximum value is the candidate maximum
value. Otherwise, the maximum value is the same as the minimum
value.</p>

</dd>

Expand All @@ -56954,13 +56957,16 @@ and a height of &lt;meter value=2>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</s

<p>If the <code title="attr-meter-value">value</code> attribute is
specified and a value could be parsed out of it, then that value
is the actual value. Otherwise, the actual value is zero.</p>
is the candidate actual value. Otherwise, the candidate actual
value is zero.</p>

<p>If the candidate actual value is less than the minimum value,
then the actual value is the minimum value.</p>

<p>If the actual value would be less than the minimum value, then
the actual value is actually the same as the minimum value.</p>
<p>Otherwise, if the candidate actual value is greater than the
maximum value, then the actual value is the maximum value.</p>

<p>If, on the other hand, the actual value would be greater than
the maximum value, then the actual value is the maximum value.</p>
<p>Otherwise, the actual value is the candidate actual value.</p>

</dd>

Expand All @@ -56969,14 +56975,17 @@ and a height of &lt;meter value=2>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</s
<dd>

<p>If the <code title="attr-meter-low">low</code> attribute is
specified and a value could be parsed out of it, then the low
boundary is that value. Otherwise, the low boundary is the same as
the minimum value.</p>
specified and a value could be parsed out of it, then the
candidate low boundary is that value. Otherwise, the candidate low
boundary is the same as the minimum value.</p>

<p>If the candidate low boundary is less than the minimum value,
then the low boundary is the minimum value.</p>

<p>Otherwise, if the candidate low boundary is greater than the
maximum value, then the low boundary is the maximum value.</p>

<p>If the low boundary is then less than the minimum value, then
the low boundary is actually the same as the minimum
value. Similarly, if the low boundary is greater than the maximum
value, then it is actually the maximum value instead.</p>
<p>Otherwise, the low boundary is the candidate low boundary.</p>

</dd>

Expand All @@ -56985,14 +56994,17 @@ and a height of &lt;meter value=2>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</s
<dd>

<p>If the <code title="attr-meter-high">high</code> attribute is
specified and a value could be parsed out of it, then the high
boundary is that value. Otherwise, the high boundary is the same
as the maximum value.</p>
specified and a value could be parsed out of it, then the
candidate high boundary is that value. Otherwise, the candidate
high boundary is the same as the maximum value.</p>

<p>If the high boundary is then less than the low boundary, then
the high boundary is actually the same as the low
boundary. Similarly, if the high boundary is greater than the
maximum value, then it is actually the maximum value instead.</p>
<p>If the candidate high boundary is less than the low boundary,
then the high boundary is the low boundary.</p>

<p>Otherwise, if the candidate high boundary is greater than the
maximum value, then the high boundary is the maximum value.</p>

<p>Otherwise, the high boundary is the candidate high boundary.</p>

</dd>

Expand All @@ -57002,13 +57014,18 @@ and a height of &lt;meter value=2>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</s

<p>If the <code title="attr-meter-optimum">optimum</code>
attribute is specified and a value could be parsed out of it, then
the optimum point is that value. Otherwise, the optimum point is
the midpoint between the minimum value and the maximum value.</p>
the candidate optimum point is that value. Otherwise, the
candidate optimum point is the midpoint between the minimum value
and the maximum value.</p>

<p>If the candidate optimum point is less than the minimum value,
then the optimum point is the minimum value.</p>

<p>Otherwise, if the candidate optimum point is greater than the
maximum value, then the optimum point is the maximum value.</p>

<p>If the optimum point is then less than the minimum value, then
the optimum point is actually the same as the minimum
value. Similarly, if the optimum point is greater than the maximum
value, then it is actually the maximum value instead.</p>
<p>Otherwise, the optimum point is the candidate optimum
point.</p>

</dd>

Expand Down

0 comments on commit ae969d0

Please sign in to comment.