csswg/css3-images Overview.html,1.196,1.197 Overview.src.html,1.204,1.205

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>&lt;shape&gt;</i></a> is omitted, the <a
     href="#ending-shape"><i>ending shape</i></a> defaults to a circle if the
     <a href="#ltextentgt"><i>&lt;extent&gt;</i></a> is a single
-    &lt;length&gt; and to an ellipse otherwise.
+    &lt;length&gt;, and to an ellipse otherwise.
 
    <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.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>&lt;shape&gt;</i> is omitted, the <i>ending shape</i> defaults
-		to a circle if the <i>&lt;extent&gt;</i> is a single &lt;length&gt;
+		to a circle if the <i>&lt;extent&gt;</i> is a single &lt;length&gt;,
 		and to an ellipse otherwise.
 
 		<dt id='radial-position'><dfn>&lt;position&gt;</dfn></dt>

Received on Wednesday, 9 November 2011 01:09:46 UTC