- From: poot <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 14:15:37 +0900 (JST)
- To: public-html-diffs@w3.org
2Dapi; hixie: grammatical error (whatwg r4886) http://dev.w3.org/cvsweb/html5/2dcontext/Overview.html?r1=1.27&r2=1.28&f=h http://html5.org/tools/web-apps-tracker?from=4885&to=4886 =================================================================== 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:16:06 UTC