Skip to content

Commit

Permalink
[] (0) Clarify the exact ranges for <meter>
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13080

git-svn-id: http://svn.whatwg.org/webapps@6491 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 17, 2011
1 parent 7b9eb93 commit 3a2d1d7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 42 deletions.
26 changes: 12 additions & 14 deletions complete.html
Expand Up @@ -50865,20 +50865,18 @@ <h4 id=the-meter-element><span class=secno>4.10.17 </span>The <dfn><code>meter</
optimum point is equal to the low boundary or the high boundary, or
anywhere in between them, then the region between the low and high
boundaries of the gauge must be treated as the optimum region, and
the low and high parts, if any, must be treated as
suboptimal. Otherwise, if the optimum point is less than the low
boundary, then the region between the minimum value and the low
boundary must be treated as the optimum region, the region between
the low boundary and the high boundary must be treated as a
suboptimal region, and the region between the high boundary and the
maximum value must be treated as an even less good region. Finally,
if the optimum point is higher than the high boundary, then the
situation is reversed; the region between the high boundary and the
maximum value must be treated as the optimum region, the region
between the high boundary and the low boundary must be treated as a
suboptimal region, and the remaining region between the low boundary
and the minimum value must be treated as an even less good
region.</p>
the low and high parts, if any, must be treated as suboptimal.
Otherwise, if the optimum point is less than the low boundary, then
the region between the minimum value and the low boundary must be
treated as the optimum region, the region from the low boundary up
to the high boundary must be treated as a suboptimal region, and the
remaining region must be treated as an even less good region.
Finally, if the optimum point is higher than the high boundary, then
the situation is reversed; the region between the high boundary and
the maximum value must be treated as the optimum region, the region
from the high boundary down to the low boundary must be treated as a
suboptimal region, and the remaining region must be treated as an
even less good region.</p>

<p><strong>UA requirements for showing the gauge</strong>: When
representing a <code><a href=#the-meter-element>meter</a></code> element to the user, the UA should
Expand Down
26 changes: 12 additions & 14 deletions index
Expand Up @@ -50732,20 +50732,18 @@ and a height of &lt;meter value=2&gt;2cm&lt;/meter&gt;.&lt;/p&gt; &lt;!-- <stron
optimum point is equal to the low boundary or the high boundary, or
anywhere in between them, then the region between the low and high
boundaries of the gauge must be treated as the optimum region, and
the low and high parts, if any, must be treated as
suboptimal. Otherwise, if the optimum point is less than the low
boundary, then the region between the minimum value and the low
boundary must be treated as the optimum region, the region between
the low boundary and the high boundary must be treated as a
suboptimal region, and the region between the high boundary and the
maximum value must be treated as an even less good region. Finally,
if the optimum point is higher than the high boundary, then the
situation is reversed; the region between the high boundary and the
maximum value must be treated as the optimum region, the region
between the high boundary and the low boundary must be treated as a
suboptimal region, and the remaining region between the low boundary
and the minimum value must be treated as an even less good
region.</p>
the low and high parts, if any, must be treated as suboptimal.
Otherwise, if the optimum point is less than the low boundary, then
the region between the minimum value and the low boundary must be
treated as the optimum region, the region from the low boundary up
to the high boundary must be treated as a suboptimal region, and the
remaining region must be treated as an even less good region.
Finally, if the optimum point is higher than the high boundary, then
the situation is reversed; the region between the high boundary and
the maximum value must be treated as the optimum region, the region
from the high boundary down to the low boundary must be treated as a
suboptimal region, and the remaining region must be treated as an
even less good region.</p>

<p><strong>UA requirements for showing the gauge</strong>: When
representing a <code><a href=#the-meter-element>meter</a></code> element to the user, the UA should
Expand Down
26 changes: 12 additions & 14 deletions source
Expand Up @@ -57061,20 +57061,18 @@ and a height of &lt;meter value=2>2cm&lt;/meter>.&lt;/p> &lt;!-- <strong>BAD!</s
optimum point is equal to the low boundary or the high boundary, or
anywhere in between them, then the region between the low and high
boundaries of the gauge must be treated as the optimum region, and
the low and high parts, if any, must be treated as
suboptimal. Otherwise, if the optimum point is less than the low
boundary, then the region between the minimum value and the low
boundary must be treated as the optimum region, the region between
the low boundary and the high boundary must be treated as a
suboptimal region, and the region between the high boundary and the
maximum value must be treated as an even less good region. Finally,
if the optimum point is higher than the high boundary, then the
situation is reversed; the region between the high boundary and the
maximum value must be treated as the optimum region, the region
between the high boundary and the low boundary must be treated as a
suboptimal region, and the remaining region between the low boundary
and the minimum value must be treated as an even less good
region.</p>
the low and high parts, if any, must be treated as suboptimal.
Otherwise, if the optimum point is less than the low boundary, then
the region between the minimum value and the low boundary must be
treated as the optimum region, the region from the low boundary up
to the high boundary must be treated as a suboptimal region, and the
remaining region must be treated as an even less good region.
Finally, if the optimum point is higher than the high boundary, then
the situation is reversed; the region between the high boundary and
the maximum value must be treated as the optimum region, the region
from the high boundary down to the low boundary must be treated as a
suboptimal region, and the remaining region must be treated as an
even less good region.</p>

<p><strong>UA requirements for showing the gauge</strong>: When
representing a <code>meter</code> element to the user, the UA should
Expand Down

0 comments on commit 3a2d1d7

Please sign in to comment.