hixie: Clarify 'between'. (whatwg r4892)

hixie: Clarify 'between'. (whatwg r4892)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3913&r2=1.3914&f=h
http://html5.org/tools/web-apps-tracker?from=4891&to=4892

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3913
retrieving revision 1.3914
diff -u -d -r1.3913 -r1.3914
--- Overview.html 29 Mar 2010 05:49:37 -0000 1.3913
+++ Overview.html 29 Mar 2010 05:51:57 -0000 1.3914
@@ -22275,10 +22275,10 @@
   </div><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

Received on Monday, 29 March 2010 05:52:37 UTC