- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Nov 2011 23:49:01 +0000
- To: public-css-commits@w3.org
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 ‘<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. If the <shape> is omitted it defaults to
- ‘<code class=css>ellipse</code>’.
+ an ellipse, respectively.
<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.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><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:49:02 UTC