Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@4886 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 29, 2010
1 parent 924afcf commit 6f3439e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -26352,7 +26352,7 @@ <h6 id=colors-and-styles><span class=secno>4.8.10.1.4 </span>Colors and styles</

<p>If any of the arguments are not finite numbers, throws a
<code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception. If either of the radii
are negative throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
are negative, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>

</dd>

Expand Down Expand Up @@ -26437,13 +26437,13 @@ <h6 id=colors-and-styles><span class=secno>4.8.10.1.4 </span>Colors and styles</
color of the last offset, and areas outside the cone untouched by
the gradient (transparent black).</p>

<p>Gradients must be painted only where the relevant stroking or
filling effects requires that they be drawn.</p>

<p>The points in the radial gradient must be transformed as
described by the <a href=#transformations title=dom-context-2d-transformation>current
transformation matrix</a> when rendering.</p>

<p>Gradients must be painted only where the relevant stroking or
filling effects requires that they be drawn.</p>

<!--
<p>Support for actually painting gradients is optional. Instead of
painting the gradients, user agents may instead just paint the first
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -26253,7 +26253,7 @@ idea from Mihai:

<p>If any of the arguments are not finite numbers, throws a
<code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception. If either of the radii
are negative throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>
are negative, throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception.</p>

</dd>

Expand Down Expand Up @@ -26338,13 +26338,13 @@ idea from Mihai:
color of the last offset, and areas outside the cone untouched by
the gradient (transparent black).</p>

<p>Gradients must be painted only where the relevant stroking or
filling effects requires that they be drawn.</p>

<p>The points in the radial gradient must be transformed as
described by the <a href=#transformations title=dom-context-2d-transformation>current
transformation matrix</a> when rendering.</p>

<p>Gradients must be painted only where the relevant stroking or
filling effects requires that they be drawn.</p>

<!--
<p>Support for actually painting gradients is optional. Instead of
painting the gradients, user agents may instead just paint the first
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -28531,7 +28531,7 @@ idea from Mihai:

<p>If any of the arguments are not finite numbers, throws a
<code>NOT_SUPPORTED_ERR</code> exception. If either of the radii
are negative throws an <code>INDEX_SIZE_ERR</code> exception.</p>
are negative, throws an <code>INDEX_SIZE_ERR</code> exception.</p>

</dd>

Expand Down Expand Up @@ -28667,13 +28667,13 @@ idea from Mihai:
color of the last offset, and areas outside the cone untouched by
the gradient (transparent black).</p>

<p>Gradients must be painted only where the relevant stroking or
filling effects requires that they be drawn.</p>

<p>The points in the radial gradient must be transformed as
described by the <span title="dom-context-2d-transformation">current
transformation matrix</span> when rendering.</p>

<p>Gradients must be painted only where the relevant stroking or
filling effects requires that they be drawn.</p>

<!--
<p>Support for actually painting gradients is optional. Instead of
painting the gradients, user agents may instead just paint the first
Expand Down

0 comments on commit 6f3439e

Please sign in to comment.