[html5] r3291 - [e] (0) remove redundant notes
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jun 16 20:57:29 PDT 2009
Author: ianh
Date: 2009-06-16 20:57:27 -0700 (Tue, 16 Jun 2009)
New Revision: 3291
Modified:
index
source
Log:
[e] (0) remove redundant notes
Modified: index
===================================================================
--- index 2009-06-17 00:11:38 UTC (rev 3290)
+++ index 2009-06-17 03:57:27 UTC (rev 3291)
@@ -22353,8 +22353,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.</p>
+ current bitmap is a property of the canvas, not the context.</p>
<dl class=domintro><dt><var title="">context</var> . <code title=dom-context-2d-save><a href=#dom-context-2d-save>save</a></code>()</dt>
@@ -22881,9 +22880,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>
Modified: source
===================================================================
--- source 2009-06-17 00:11:38 UTC (rev 3290)
+++ source 2009-06-17 03:57:27 UTC (rev 3291)
@@ -24234,8 +24234,7 @@
of the drawing state. The current path is persistent, and can only
be reset using the <code
title="dom-context-2d-beginPath">beginPath()</code> method. The
- current bitmap is <span title="concept-canvas-image">a property of
- the canvas</span><!-- XXX xref -->, not the context.</p>
+ current bitmap is a property of the canvas, not the context.</p>
<dl class="domintro">
@@ -24849,15 +24848,14 @@
<ol>
- <li><p>If <span title=""><var title="">x<sub>0</sub></var> = <var
+ <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.</p></li>
<li>
More information about the Commit-Watchers
mailing list