[html5] r815 - /
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 15 17:55:24 PDT 2007
Author: ianh
Date: 2007-05-15 17:55:22 -0700 (Tue, 15 May 2007)
New Revision: 815
Modified:
index
source
Log:
[e] (2) Fix some more gradient wording issues.
Modified: index
===================================================================
--- index 2007-05-15 23:59:45 UTC (rev 814)
+++ index 2007-05-16 00:55:22 UTC (rev 815)
@@ -22,7 +22,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 15 May 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 16 May 2007</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -15983,7 +15983,7 @@
the gradient must have a new stop placed, at offset <var
title="">offset</var> relative to the whole gradient, and with the color
obtained by parsing <var title="">color</var> as a CSS <color>
- value. If multiple stops are placed at the same place on a gradient, they
+ value. If multiple stops are added at the same offset on a gradient, they
must be placed in the order added, with the first one closest to the start
of the gradient, and each subsequent one infinitesimally further along
towards the end point (in effect causing all but the first and last stop
@@ -16060,8 +16060,8 @@
title="">ω</var>) > 0</span>, starting with the value
of <var title="">ω</var> nearest to positive infinity and ending
with the value of <var title="">ω</var> nearest to negative
- infinity, draw the circumference of the circle with radius of radius
- <span>r(<var title="">ω</var>)</span> at position (<span>x(<var
+ infinity, draw the circumference of the circle with radius <span>r(<var
+ title="">ω</var>)</span> at position (<span>x(<var
title="">ω</var>)</span>, <span>y(<var
title="">ω</var>)</span>), with the color at <var
title="">ω</var>, but only painting on the parts of the canvas
@@ -16085,9 +16085,6 @@
the start circle (0.0) using the color of the first offset, the part of
the cone after the end circle (1.0) using the color of the last offset,
and areas outside the cone untouched by the gradient (transparent black).
- If the two circles overlap, the effect is as if the second (end) circle is
- painted on top of the first circle. The end circle is always filled with
- the color of the last stop.
<p>Gradients must only be painted where the relevant stroking or filling
effects requires that they be drawn.
Modified: source
===================================================================
--- source 2007-05-15 23:59:45 UTC (rev 814)
+++ source 2007-05-16 00:55:22 UTC (rev 815)
@@ -13552,7 +13552,7 @@
Otherwise, the gradient must have a new stop placed, at offset <var
title="">offset</var> relative to the whole gradient, and with the
color obtained by parsing <var title="">color</var> as a CSS
- <color> value. If multiple stops are placed at the same place
+ <color> value. If multiple stops are added at the same offset
on a gradient, they must be placed in the order added, with the
first one closest to the start of the gradient, and each subsequent
one infinitesimally further along towards the end point (in effect
@@ -13638,7 +13638,7 @@
starting with the value of <var title="">ω</var> nearest to
positive infinity and ending with the value of <var
title="">ω</var> nearest to negative infinity, draw the
- circumference of the circle with radius of radius <span>r(<var
+ circumference of the circle with radius <span>r(<var
title="">ω</var>)</span> at position (<span>x(<var
title="">ω</var>)</span>, <span>y(<var
title="">ω</var>)</span>), with the color at <var
@@ -13663,10 +13663,7 @@
the cone before the start circle (0.0) using the color of the first
offset, the part of the cone after the end circle (1.0) using the
color of the last offset, and areas outside the cone untouched by
- the gradient (transparent black). If the two circles overlap, the
- effect is as if the second (end) circle is painted on top of the
- first circle. The end circle is always filled with the color of the
- last stop.</p>
+ the gradient (transparent black).</p>
<p>Gradients must only be painted where the relevant stroking or
filling effects requires that they be drawn.</p>
More information about the Commit-Watchers
mailing list