- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Nov 2011 23:46:53 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv1572
Modified Files:
Overview.html Overview.src.html
Log Message:
radial-gradient(to 2em, red, blue) should be allowed, so tweak wording to allow it
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -d -r1.186 -r1.187
--- Overview.html 8 Nov 2011 23:22:08 -0000 1.186
+++ Overview.html 8 Nov 2011 23:46:51 -0000 1.187
@@ -945,9 +945,10 @@
class=css>farthest-side</code>’ were specified.
</dl>
- <p>For ‘<code class=css>circle</code>’ gradients, <a
- href="#ltextentgt"><i><extent></i></a> may instead be given
- explicitly as:
+ <p>If the <a href="#ending-shape"><i>ending shape</i></a> is declared as
+ a ‘<code class=css>circle</code>’ or is omitted, the <a
+ href="#ltextentgt"><i><extent></i></a> may be given explicitly as:
+
<dl>
<dt><dfn id=radial-size-circle><length></dfn>
@@ -956,6 +957,11 @@
allowed.
</dl>
+ <p>If the <a href="#ending-shape"><i>ending shape</i></a> is declared as
+ an ‘<code class=css>ellipse</code>’ or is omitted, <a
+ href="#ltextentgt"><i><extent></i></a> may instead be given
+ explicitly as:
+
<p>For ‘<code class=css>ellipse</code>’ gradients, <a
href="#ltextentgt"><i><extent></i></a> may instead be given
explicitly as:
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- Overview.src.html 8 Nov 2011 23:33:28 -0000 1.194
+++ Overview.src.html 8 Nov 2011 23:46:51 -0000 1.195
@@ -605,18 +605,21 @@
have if ''farthest-side'' were specified.
</dl>
- <p>For ''circle'' gradients, <i><extent></i> may instead be given
- explicitly as:
+ <p>If the <i>ending shape</i> is declared as a ''circle'' or is omitted,
+ the <i><extent></i> may be given explicitly as:
<dl>
<dt><dfn id='radial-size-circle'><length></dfn></dt>
<dd>Gives the radius of the circle explicitly. Negative values are
not allowed.
</dl>
-
+
+ <p>If the <i>ending shape</i> is declared as an ''ellipse'' or is omitted,
+ <i><extent></i> may instead be given explicitly as:
+
<p>For ''ellipse'' gradients, <i><extent></i> may instead be given
explicitly as:
-
+
<dl>
<dt><dfn id='radial-size-circle'>[<length> | <percentage>]{2}</dfn></dt>
<dd>Gives the size of the ellipse explicitly. The first value represents
Received on Tuesday, 8 November 2011 23:46:59 UTC