[html5] r4886 - [e] (0) grammatical error Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9118

whatwg at whatwg.org whatwg at whatwg.org
Sun Mar 28 22:15:24 PDT 2010


Author: ianh
Date: 2010-03-28 22:15:22 -0700 (Sun, 28 Mar 2010)
New Revision: 4886

Modified:
   complete.html
   index
   source
Log:
[e] (0) grammatical error
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9118

Modified: complete.html
===================================================================
--- complete.html	2010-03-29 05:14:08 UTC (rev 4885)
+++ complete.html	2010-03-29 05:15:22 UTC (rev 4886)
@@ -26352,7 +26352,7 @@
 
     <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>
 
@@ -26437,13 +26437,13 @@
   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

Modified: index
===================================================================
--- index	2010-03-29 05:14:08 UTC (rev 4885)
+++ index	2010-03-29 05:15:22 UTC (rev 4886)
@@ -26253,7 +26253,7 @@
 
     <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>
 
@@ -26338,13 +26338,13 @@
   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

Modified: source
===================================================================
--- source	2010-03-29 05:14:08 UTC (rev 4885)
+++ source	2010-03-29 05:15:22 UTC (rev 4886)
@@ -28531,7 +28531,7 @@
 
     <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>
 
@@ -28667,13 +28667,13 @@
   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




More information about the Commit-Watchers mailing list