- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Jun 2009 03:57:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18773 Modified Files: Overview.html Log Message: remove redundant notes (whatwg r3291) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2437 retrieving revision 1.2438 diff -u -d -r1.2437 -r1.2438 --- Overview.html 17 Jun 2009 00:11:44 -0000 1.2437 +++ Overview.html 17 Jun 2009 03:57:33 -0000 1.2438 @@ -19532,8 +19532,7 @@ </ul><p class="note">The current path and the current bitmap are not part of the drawing state. The current path is persistent, and can only be reset using the <code title="dom-context-2d-beginPath"><a href="#dom-context-2d-beginpath">beginPath()</a></code> method. The - current bitmap is <span title="concept-canvas-image">a property of - the canvas</span><!-- XXX xref -->, not the context.<dl class="domintro"><dt><var title="">context</var> . <code title="dom-context-2d-save"><a href="#dom-context-2d-save">save</a></code>()</dt> + current bitmap is a property of the canvas, not the context.<dl class="domintro"><dt><var title="">context</var> . <code title="dom-context-2d-save"><a href="#dom-context-2d-save">save</a></code>()</dt> <dd> @@ -20029,9 +20028,7 @@ <p>Radial gradients must be rendered by following these steps:</p> <ol><li><p>If <span title=""><var title="">x<sub>0</sub></var> = <var title="">x<sub>1</sub></var></span> and <span title=""><var title="">y<sub>0</sub></var> = <var title="">y<sub>1</sub></var></span> and <span title=""><var title="">r<sub>0</sub></var> = <var title="">r<sub>1</sub></var></span>, then the radial gradient must - paint nothing. Abort these steps.</p> <!-- XXX could make this - paint the start color, or the end color, or a circle of one in - the other, or raise an exception --> </li> + paint nothing. Abort these steps.</li> <li>
Received on Wednesday, 17 June 2009 03:57:43 UTC