csswg/css3-images Overview.html,1.186,1.187 Overview.src.html,1.194,1.195

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>&rsquo; were specified.
     </dl>
 
-    <p>For &lsquo;<code class=css>circle</code>&rsquo; gradients, <a
-     href="#ltextentgt"><i>&lt;extent&gt;</i></a> may instead be given
-     explicitly as:
+    <p>If the <a href="#ending-shape"><i>ending shape</i></a> is declared as
+     a &lsquo;<code class=css>circle</code>&rsquo; or is omitted, the <a
+     href="#ltextentgt"><i>&lt;extent&gt;</i></a> may be given explicitly as:
+     
 
     <dl>
      <dt><dfn id=radial-size-circle>&lt;length&gt;</dfn>
@@ -956,6 +957,11 @@
       allowed.
     </dl>
 
+    <p>If the <a href="#ending-shape"><i>ending shape</i></a> is declared as
+     an &lsquo;<code class=css>ellipse</code>&rsquo; or is omitted, <a
+     href="#ltextentgt"><i>&lt;extent&gt;</i></a> may instead be given
+     explicitly as:
+
     <p>For &lsquo;<code class=css>ellipse</code>&rsquo; gradients, <a
      href="#ltextentgt"><i>&lt;extent&gt;</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>&lt;extent&gt;</i> may instead be given
-			explicitly as:
+			<p>If the <i>ending shape</i> is declared as a ''circle'' or is omitted,
+			the <i>&lt;extent&gt;</i> may be given explicitly as:
 
 			<dl>
 				<dt><dfn id='radial-size-circle'>&lt;length&gt;</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>&lt;extent&gt;</i> may instead be given explicitly as:
+
 			<p>For ''ellipse'' gradients, <i>&lt;extent&gt;</i> may instead be given
 			explicitly as:
-			
+
 			<dl>
 				<dt><dfn id='radial-size-circle'>[&lt;length&gt; | &lt;percentage&gt;]{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