[html5] r6491 - [] (0) Clarify the exact ranges for <meter> Fixing http://www.w3.org/Bugs/Public [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 17 14:26:35 PDT 2011


Author: ianh
Date: 2011-08-17 14:26:33 -0700 (Wed, 17 Aug 2011)
New Revision: 6491

Modified:
   complete.html
   index
   source
Log:
[] (0) Clarify the exact ranges for <meter>
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13080

Modified: complete.html
===================================================================
--- complete.html	2011-08-17 20:17:08 UTC (rev 6490)
+++ complete.html	2011-08-17 21:26:33 UTC (rev 6491)
@@ -50865,20 +50865,18 @@
   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

Modified: index
===================================================================
--- index	2011-08-17 20:17:08 UTC (rev 6490)
+++ index	2011-08-17 21:26:33 UTC (rev 6491)
@@ -50732,20 +50732,18 @@
   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

Modified: source
===================================================================
--- source	2011-08-17 20:17:08 UTC (rev 6490)
+++ source	2011-08-17 21:26:33 UTC (rev 6491)
@@ -57061,20 +57061,18 @@
   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




More information about the Commit-Watchers mailing list