- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 05:52:01 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30663
Modified Files:
Overview.html
Log Message:
Clarify 'between'. (whatwg r4892)
Index: Overview.html
===================================================================
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:03 UTC