csswg/css3-images Overview.html,1.191,1.192 Overview.src.html,1.199,1.200

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix some minor broken things

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- Overview.html	8 Nov 2011 23:56:53 -0000	1.191
+++ Overview.html	8 Nov 2011 23:59:35 -0000	1.192
@@ -879,7 +879,7 @@
    <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. If the shape is omitted it defaults to
+    an ellipse, respectively. If the &lt;shape&gt; is omitted it defaults to
     &lsquo;<code class=css>ellipse</code>&rsquo;.
 
    <dt id=radial-position><dfn id=ltpositiongt>&lt;position&gt;</dfn>
@@ -946,7 +946,7 @@
     </dl>
 
     <p>If the <a href="#ending-shape"><i>ending shape</i></a> is declared as
-     a &lsquo;<code class=css>circle</code>&rsquo; or is omitted, <a
+     &lsquo;<code class=css>circle</code>&rsquo; or is omitted, <a
      href="#ltextentgt"><i>&lt;extent&gt;</i></a> may be given explicitly as:
      
 
@@ -958,7 +958,11 @@
     </dl>
 
     <p>If the <a href="#ending-shape"><i>ending shape</i></a> is declared as
-     an &lsquo;<code class=css>ellipse</code>&rsquo; or is omitted, <a
+     &lsquo;<code class=css>ellipse</code>&rsquo; or is omitted, <a
+     href="#ltextentgt"><i>&lt;extent&gt;</i></a> may instead be given
+     explicitly as:
+
+    <p>For &lsquo;<code class=css>ellipse</code>&rsquo; gradients, <a
      href="#ltextentgt"><i>&lt;extent&gt;</i></a> may instead be given
      explicitly as:
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- Overview.src.html	8 Nov 2011 23:55:55 -0000	1.199
+++ Overview.src.html	8 Nov 2011 23:59:35 -0000	1.200
@@ -561,7 +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''.
+		If the &lt;shape&gt; 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
@@ -605,7 +605,7 @@
 				have if ''farthest-side'' were specified.
 			</dl>
 
-			<p>If the <i>ending shape</i> is declared as a ''circle'' or is omitted,
+			<p>If the <i>ending shape</i> is declared as ''circle'' or is omitted,
 			<i>&lt;extent&gt;</i> may be given explicitly as:
 
 			<dl>
@@ -614,9 +614,12 @@
 				not allowed.
 			</dl>
 
-			<p>If the <i>ending shape</i> is declared as an ''ellipse'' or is omitted,
+			<p>If the <i>ending shape</i> is declared as ''ellipse'' or is omitted,
 			<i>&lt;extent&gt;</i> may instead be given explicitly as:
 
+			<p>For ''ellipse'' gradients, <i>&lt;extent&gt;</i> may instead be given
+			explicitly as:
+
 			<dl>
 				<dt><dfn id='radial-size-circle'>[&lt;length&gt; | &lt;percentage&gt;]{2}</dfn></dt>
 				<dd>Gives the size of the ellipse explicitly. The first value represents

Received on Tuesday, 8 November 2011 23:59:43 UTC