html5/2dcontext Overview.html,1.27,1.28

Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv25972

Modified Files:
	Overview.html 
Log Message:
grammatical error (whatwg r4886)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Overview.html	29 Mar 2010 05:14:11 -0000	1.27
+++ Overview.html	29 Mar 2010 05:15:26 -0000	1.28
@@ -1054,7 +1054,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>
 
@@ -1139,13 +1139,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

Received on Monday, 29 March 2010 05:15:30 UTC