- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Nov 2011 00:35:53 +0000
- To: public-css-commits@w3.org
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 ‘<code class=css>circle</code>’ or
‘<code class=css>ellipse</code>’; 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><shape></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><position></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>‘<code
class=css>farthest-side</code>’</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 ‘<code
class=css>closest-side</code>’ were specified.
@@ -940,9 +938,9 @@
<dd>Same as ‘<code class=css>closest-corner</code>’, 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 ‘<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 ‘<code
class=css>farthest-side</code>’ 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><shape></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><shape></i> is omitted the <i>ending shape</i> defaults
- to an ellipse.
<dt id='radial-position'><dfn><position></dfn></dt>
<dd>Determines the center of the gradient. The <i><position></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