- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Nov 2011 01:09:45 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv7970
Modified Files:
Overview.html Overview.src.html
Log Message:
add a comma
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Overview.html 9 Nov 2011 01:05:25 -0000 1.196
+++ Overview.html 9 Nov 2011 01:09:43 -0000 1.197
@@ -883,7 +883,7 @@
href="#ltshapegt"><i><shape></i></a> is omitted, the <a
href="#ending-shape"><i>ending shape</i></a> defaults to a circle if the
<a href="#ltextentgt"><i><extent></i></a> is a single
- <length> and to an ellipse otherwise.
+ <length>, and to an ellipse otherwise.
<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.204
retrieving revision 1.205
diff -u -d -r1.204 -r1.205
--- Overview.src.html 9 Nov 2011 01:05:25 -0000 1.204
+++ Overview.src.html 9 Nov 2011 01:09:43 -0000 1.205
@@ -562,7 +562,7 @@
<dd>Can be either ''circle'' or ''ellipse''; determines whether the
gradient's <i>ending shape</i> is a circle or an ellipse, respectively.
If <i><shape></i> is omitted, the <i>ending shape</i> defaults
- to a circle if the <i><extent></i> is a single <length>
+ to a circle if the <i><extent></i> is a single <length>,
and to an ellipse otherwise.
<dt id='radial-position'><dfn><position></dfn></dt>
Received on Wednesday, 9 November 2011 01:09:46 UTC