csswg/css3-images Overview.html,1.189,1.190 Overview.src.html,1.197,1.198

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Reverting last change.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- Overview.html	8 Nov 2011 23:48:59 -0000	1.189
+++ Overview.html	8 Nov 2011 23:51:39 -0000	1.190
@@ -879,7 +879,8 @@
    <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.
+    an ellipse, respectively. If the shape is omitted it defaults to
+    &lsquo;<code class=css>ellipse</code>&rsquo;.
 
    <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.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- Overview.src.html	8 Nov 2011 23:48:59 -0000	1.197
+++ Overview.src.html	8 Nov 2011 23:51:39 -0000	1.198
@@ -561,6 +561,7 @@
 		<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 shape 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:51:42 UTC