csswg/css3-images Overview.html,1.172,1.173 Overview.src.html,1.179,1.180

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed default value of implicit size/shape arg for radial gradients.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- Overview.html	19 Sep 2011 21:35:44 -0000	1.172
+++ Overview.html	19 Sep 2011 21:38:47 -0000	1.173
@@ -900,7 +900,9 @@
      ending-ellipse will be a circle with a constant radius. &lsquo;<code
      class=css>ellipse</code>&rsquo; indicates that the gradient-shape will
      be an axis-aligned ellipse (that is, its major and minor radiuses will
-     be horizontal and vertical, not necessarily in that order).</p>
+     be horizontal and vertical, not necessarily in that order). If the <a
+     href="#ltshape"><i>&lt;shape></i></a> is omitted, it defaults to
+     &lsquo;<code class=css>ellipse</code>&rsquo;.</p>
 
     <p>The <a href="#ltsize"><i>&lt;size></i></a> keyword is defined as:</p>
 
@@ -908,7 +910,9 @@
 
     <p>Its values are defined in the list below. For the purpose of these
      definitions, consider the box edges as extending infinitely in both
-     directions, rather than being finite line segments.</p>
+     directions, rather than being finite line segments. If the <a
+     href="#ltsize"><i>&lt;size></i></a> is omitted, it defaults to &lsquo;<a
+     href="#radial-cover"><code class=css>cover</code></a>&rsquo;.</p>
 
     <dl>
      <dt><dfn id=radial-closest-side>closest-side</dfn>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- Overview.src.html	19 Sep 2011 21:35:45 -0000	1.179
+++ Overview.src.html	19 Sep 2011 21:38:47 -0000	1.180
@@ -571,16 +571,13 @@
 
 			<pre><code><dfn>&lt;shape></dfn> = circle | ellipse</code></pre>
 
-			<p>''circle'' indicates that the ending-ellipse will be a circle with 
-			a constant radius.  ''ellipse'' indicates that the gradient-shape 
-			will be an axis-aligned ellipse (that is, its major and minor radiuses 
-			will be horizontal and vertical, not necessarily in that order).</p>
+			<p>''circle'' indicates that the ending-ellipse will be a circle with a constant radius.  ''ellipse'' indicates that the gradient-shape will be an axis-aligned ellipse (that is, its major and minor radiuses will be horizontal and vertical, not necessarily in that order).  If the <i>&lt;shape></i> is omitted, it defaults to ''ellipse''.</p>
 
 			<p>The <i>&lt;size></i> keyword is defined as:</p>
 
 			<pre><code><dfn>&lt;size></dfn> = closest-side | closest-corner | farthest-side | farthest-corner | contain | cover</code></pre>
 
-			<p>Its values are defined in the list below.  For the purpose of these definitions, consider the box edges as extending infinitely in both directions, rather than being finite line segments.</p>
+			<p>Its values are defined in the list below.  For the purpose of these definitions, consider the box edges as extending infinitely in both directions, rather than being finite line segments.  If the <i>&lt;size></i> is omitted, it defaults to ''cover''.</p>
 
 			<dl>
 				<dt><dfn id='radial-closest-side'>closest-side</dfn></dt>

Received on Monday, 19 September 2011 21:38:54 UTC