Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Clarify 'between'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9133

git-svn-id: http://svn.whatwg.org/webapps@4892 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 29, 2010
1 parent fb9cacf commit e5f0b19
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -25650,10 +25650,10 @@ <h4 id=the-canvas-element><span class=secno>4.8.10 </span>The <dfn id=canvas><co
<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
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -25551,10 +25551,10 @@ interface <dfn>CueRangeCallback</dfn> {
<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
Expand Down
9 changes: 5 additions & 4 deletions source
Expand Up @@ -27725,10 +27725,11 @@ interface <dfn>CueRangeCallback</dfn> {
<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">
Expand Down

0 comments on commit e5f0b19

Please sign in to comment.