- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Aug 2011 19:31:29 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv16773
Modified Files:
Overview.html Overview.src.html
Log Message:
More editorial.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- Overview.html 12 Aug 2011 19:25:36 -0000 1.143
+++ Overview.html 12 Aug 2011 19:31:26 -0000 1.144
@@ -768,11 +768,14 @@
</pre>
<p>The first argument to the function specifies the center of the ellipse.
- <i><bg-position></i> is taken from the Backgrounds and Borders Module,
- and has the same definition. It specifies the center of the gradient. If
- omitted, it defaults to ‘<code class=css>center</code>’.
- Color-stop positions are measured along an imaginary line extending from
- the center of the gradient to the right.
+ It takes the same syntax as the ‘<code
+ class=property>background-position</code>’ property, and is resolved
+ in the same way, except relative to the box rather than the background
+ canvas. <span class=note>(Of course, in many circumstances these will be
+ the same.)</span>
+
+ <p>If this argument is omitted, it defaults to ‘<code
+ class=css>center</code>’.
<p>The second argument to the function specifies the size and shape of the
ending-ellipse. This can be specified in two ways, with different
@@ -784,7 +787,7 @@
<dd>
<p>The size and shape of the ending-ellipse can be defined
<em>implicitly</em> with a size and shape keyword. The <a
- href="#ltshape"><i><shape></i></a> is defined as</p>
+ href="#ltshape"><i><shape></i></a> keyword is defined as:</p>
<pre><code><dfn id=ltshape><shape></dfn> = circle | ellipse</code></pre>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- Overview.src.html 12 Aug 2011 19:25:37 -0000 1.150
+++ Overview.src.html 12 Aug 2011 19:31:27 -0000 1.151
@@ -509,11 +509,9 @@
)
</pre>
- <p>The first argument to the function specifies the center of the ellipse.
- <i><bg-position></i> is taken from the Backgrounds and Borders Module, and
- has the same definition. It specifies the center of the gradient. If omitted,
- it defaults to ''center''. Color-stop positions are measured along an
- imaginary line extending from the center of the gradient to the right.</p>
+ <p>The first argument to the function specifies the center of the ellipse. It takes the same syntax as the 'background-position' property, and is resolved in the same way, except relative to the box rather than the background canvas. <span class='note'>(Of course, in many circumstances these will be the same.)</span></p>
+
+ <p>If this argument is omitted, it defaults to ''center''.</p>
<p>The second argument to the function specifies the size and shape of the
ending-ellipse. This can be specified in two ways, with different characteristics:</p>
@@ -523,7 +521,7 @@
<dd>
<p>The size and shape of the ending-ellipse can be defined
<em>implicitly</em> with a size and shape keyword. The <i><shape></i>
- is defined as </p>
+ keyword is defined as:</p>
<pre><code><dfn><shape></dfn> = circle | ellipse</code></pre>
Received on Friday, 12 August 2011 19:31:33 UTC