csswg/css3-images Overview.html,1.194,1.195 Overview.src.html,1.202,1.203

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Try another way of resolving the <shape> conflict.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- Overview.html	9 Nov 2011 00:33:30 -0000	1.194
+++ Overview.html	9 Nov 2011 00:35:51 -0000	1.195
@@ -879,9 +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 <a
-    href="#ltshapegt"><i>&lt;shape&gt;</i></a> is omitted the <a
-    href="#ending-shape"><i>ending shape</i></a> defaults to an ellipse.
+    an ellipse, respectively.
 
    <dt id=radial-position><dfn id=ltpositiongt>&lt;position&gt;</dfn>
 
@@ -915,8 +913,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, it exactly meets the closest side
-      in each dimension.
+      center. If the shape is an ellipse or is omitted, it exactly meets the
+      closest side in each dimension.
 
      <dt><dfn id=radial-farthest-side>&lsquo;<code
       class=css>farthest-side</code>&rsquo;</dfn>
@@ -930,7 +928,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, the <a
+      center. 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
       class=css>closest-side</code>&rsquo; were specified.
@@ -940,9 +938,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, 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 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
       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.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- Overview.src.html	9 Nov 2011 00:33:30 -0000	1.202
+++ Overview.src.html	9 Nov 2011 00:35:51 -0000	1.203
@@ -561,8 +561,6 @@
 		<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 <i>&lt;shape&gt;</i> is omitted the <i>ending shape</i> defaults
-		to an 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
@@ -587,7 +585,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, it exactly meets the closest side in each dimension.</dd>
+				ellipse or is omitted, 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
@@ -596,12 +594,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, the <i>ending shape</i> is given the same aspect-ratio
+				ellipse or is omitted, 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,
+				sized based on the farthest corner. If the shape is an ellipse or is omitted,
 				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 00:35:56 UTC