csswg/css3-images Overview.html,1.188,1.189 Overview.src.html,1.196,1.197

Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv1861

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Removed now-incorrect line about <shape> omitting.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -d -r1.188 -r1.189
--- Overview.html	8 Nov 2011 23:48:03 -0000	1.188
+++ Overview.html	8 Nov 2011 23:48:59 -0000	1.189
@@ -879,8 +879,7 @@
    <dd>Can be either &lsquo;<code class=css>circle</code>&rsquo; or
     &lsquo;<code class=css>ellipse</code>&rsquo;; determines whether the
     gradient's <a href="#ending-shape"><i>ending shape</i></a> is a circle or
-    an ellipse, respectively. If the &lt;shape&gt; is omitted it defaults to
-    &lsquo;<code class=css>ellipse</code>&rsquo;.
+    an ellipse, respectively.
 
    <dt id=radial-position><dfn id=ltpositiongt>&lt;position&gt;</dfn>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Overview.src.html	8 Nov 2011 23:48:03 -0000	1.196
+++ Overview.src.html	8 Nov 2011 23:48:59 -0000	1.197
@@ -561,7 +561,6 @@
 		<dt id='radial-shape'><dfn>&lt;shape&gt;</dfn></dt>
 		<dd>Can be either ''circle'' or ''ellipse''; determines whether the
 		gradient's <i>ending shape</i> is a circle or an ellipse, respectively.
-		If the &lt;shape&gt; is omitted it defaults to ''ellipse''.
 
 		<dt id='radial-position'><dfn>&lt;position&gt;</dfn></dt>
 		<dd>Determines the center of the gradient. The <i>&lt;position&gt;</i> notation

Received on Tuesday, 8 November 2011 23:49:02 UTC