- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Nov 2011 23:51:41 +0000
- To: public-css-commits@w3.org
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 ‘<code class=css>circle</code>’ or
‘<code class=css>ellipse</code>’; 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
+ ‘<code class=css>ellipse</code>’.
<dt id=radial-position><dfn id=ltpositiongt><position></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><shape></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><position></dfn></dt>
<dd>Determines the center of the gradient. The <i><position></i> notation
Received on Tuesday, 8 November 2011 23:51:42 UTC