[html5] r4892 - [e] (0) Clarify 'between'. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9133

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 28 22:51:54 PDT 2010


Author: ianh
Date: 2010-03-28 22:51:53 -0700 (Sun, 28 Mar 2010)
New Revision: 4892

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify 'between'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9133

Modified: complete.html
===================================================================
--- complete.html	2010-03-29 05:49:32 UTC (rev 4891)
+++ complete.html	2010-03-29 05:51:53 UTC (rev 4892)
@@ -25650,10 +25650,10 @@
   <table><thead><tr><th> Type <th> Other arguments
    <tbody><tr><td> image/jpeg
      <td> The second argument<span class=impl>, if it</span> is a
-     number between 0.0 and 1.0<span class=impl>, must be</span>
-     treated as the desired quality level. <span class=impl>If it is
-     not a number or is outside that range, the user agent must use
-     its default value, as if the argument had been omitted.</span>
+     number in the range 0.0 to 1.0 inclusive<span class=impl>, must
+     be</span> treated as the desired quality level. <span class=impl>If it is not a number or is outside that range, the
+     user agent must use its default value, as if the argument had
+     been omitted.</span>
   </table><div class=impl>
 
   <p>For the purposes of these rules, an argument is considered to be

Modified: index
===================================================================
--- index	2010-03-29 05:49:32 UTC (rev 4891)
+++ index	2010-03-29 05:51:53 UTC (rev 4892)
@@ -25551,10 +25551,10 @@
   <table><thead><tr><th> Type <th> Other arguments
    <tbody><tr><td> image/jpeg
      <td> The second argument<span class=impl>, if it</span> is a
-     number between 0.0 and 1.0<span class=impl>, must be</span>
-     treated as the desired quality level. <span class=impl>If it is
-     not a number or is outside that range, the user agent must use
-     its default value, as if the argument had been omitted.</span>
+     number in the range 0.0 to 1.0 inclusive<span class=impl>, must
+     be</span> treated as the desired quality level. <span class=impl>If it is not a number or is outside that range, the
+     user agent must use its default value, as if the argument had
+     been omitted.</span>
   </table><div class=impl>
 
   <p>For the purposes of these rules, an argument is considered to be

Modified: source
===================================================================
--- source	2010-03-29 05:49:32 UTC (rev 4891)
+++ source	2010-03-29 05:51:53 UTC (rev 4892)
@@ -27725,10 +27725,11 @@
     <tr>
      <td> image/jpeg
      <td> The second argument<span class="impl">, if it</span> is a
-     number between 0.0 and 1.0<span class="impl">, must be</span>
-     treated as the desired quality level. <span class="impl">If it is
-     not a number or is outside that range, the user agent must use
-     its default value, as if the argument had been omitted.</span>
+     number in the range 0.0 to 1.0 inclusive<span class="impl">, must
+     be</span> treated as the desired quality level. <span
+     class="impl">If it is not a number or is outside that range, the
+     user agent must use its default value, as if the argument had
+     been omitted.</span>
   </table>
 
   <div class="impl">




More information about the Commit-Watchers mailing list