remove redundant notes (whatwg r3291)

remove redundant notes (whatwg r3291)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2437&r2=1.2438&f=h
http://html5.org/tools/web-apps-tracker?from=3290&to=3291

===================================================================
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>&nbsp;=&nbsp;<var title="">x<sub>1</sub></var></span> and <span title=""><var title="">y<sub>0</sub></var>&nbsp;=&nbsp;<var title="">y<sub>1</sub></var></span> and <span title=""><var title="">r<sub>0</sub></var>&nbsp;=&nbsp;<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:58:31 UTC