csswg/css3-images Overview.html,1.195,1.196 Overview.src.html,1.203,1.204

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
editorial

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -d -r1.195 -r1.196
--- Overview.html	9 Nov 2011 00:35:51 -0000	1.195
+++ Overview.html	9 Nov 2011 01:05:25 -0000	1.196
@@ -879,7 +879,11 @@
    <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.
+    an ellipse, respectively. If <a
+    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.
 
    <dt id=radial-position><dfn id=ltpositiongt>&lt;position&gt;</dfn>
 
@@ -913,8 +917,8 @@
 
      <dd>The <a href="#ending-shape"><i>ending shape</i></a> is sized so that
       that it exactly meets the side of the box closest to the gradient's
-      center. If the shape is an ellipse or is omitted, it exactly meets the
-      closest side in each dimension.
+      center. If the shape is an ellipse, it exactly meets the closest side
+      in each dimension.
 
      <dt><dfn id=radial-farthest-side>&lsquo;<code
       class=css>farthest-side</code>&rsquo;</dfn>
@@ -928,7 +932,7 @@
 
      <dd>The <a href="#ending-shape"><i>ending shape</i></a> is sized so that
       that it passes through the corner of the box closest to the gradient's
-      center. If the shape is an ellipse or is omitted, the <a
+      center. If the shape is an ellipse, the <a
       href="#ending-shape"><i>ending shape</i></a> is given the same
       aspect-ratio it would have if &lsquo;<code
       class=css>closest-side</code>&rsquo; were specified.
@@ -938,9 +942,9 @@
 
      <dd>Same as &lsquo;<code class=css>closest-corner</code>&rsquo;, except
       the <a href="#ending-shape"><i>ending shape</i></a> is be sized based
-      on the farthest corner. If the shape is an ellipse or is omitted, the
-      <a href="#ending-shape"><i>ending shape</i></a> is given the same
-      aspect ratio it would have if &lsquo;<code
+      on the farthest corner. If the shape is an ellipse, the <a
+      href="#ending-shape"><i>ending shape</i></a> is given the same aspect
+      ratio it would have if &lsquo;<code
       class=css>farthest-side</code>&rsquo; were specified.
     </dl>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- Overview.src.html	9 Nov 2011 00:35:51 -0000	1.203
+++ Overview.src.html	9 Nov 2011 01:05:25 -0000	1.204
@@ -561,6 +561,9 @@
 		<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 <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;
+		and to an ellipse otherwise.
 
 		<dt id='radial-position'><dfn>&lt;position&gt;</dfn></dt>
 		<dd>Determines the center of the gradient. The <i>&lt;position&gt;</i> notation
@@ -585,7 +588,7 @@
 				<dt><dfn id='radial-closest-side'>''closest-side''</dfn></dt>
 				<dd>The <i>ending shape</i> is sized so that that it exactly meets the
 				side of the box closest to the gradient's center. If the shape is an
-				ellipse or is omitted, it exactly meets the closest side in each dimension.</dd>
+				ellipse, it exactly meets the closest side in each dimension.</dd>
 
 				<dt><dfn id='radial-farthest-side'>''farthest-side''</dfn></dt>
 				<dd>Same as ''closest-side'', except the <i>ending shape</i> is sized
@@ -594,12 +597,12 @@
 				<dt><dfn id='radial-closest-corner'>''closest-corner''</dfn></dt>
 				<dd>The <i>ending shape</i> is sized so that that it passes through the
 				corner of the box closest to the gradient's center. If the shape is an
-				ellipse or is omitted, the <i>ending shape</i> is given the same aspect-ratio
+				ellipse, the <i>ending shape</i> is given the same aspect-ratio
 				it would have if ''closest-side'' were specified.
 
 				<dt><dfn id='radial-farthest-corner'>''farthest-corner''</dfn></dt>
 				<dd>Same as ''closest-corner'', except the <i>ending shape</i> is be
-				sized based on the farthest corner. If the shape is an ellipse or is omitted,
+				sized based on the farthest corner. If the shape is an ellipse,
 				the <i>ending shape</i> is given the same aspect ratio it would
 				have if ''farthest-side'' were specified.
 			</dl>

Received on Wednesday, 9 November 2011 01:05:29 UTC