- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Nov 2011 01:05:27 +0000
- To: public-css-commits@w3.org
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 ‘<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. + an ellipse, respectively. If <a + href="#ltshapegt"><i><shape></i></a> is omitted, the <a + href="#ending-shape"><i>ending shape</i></a> defaults to a circle if the + <a href="#ltextentgt"><i><extent></i></a> is a single + <length> and to an ellipse otherwise. <dt id=radial-position><dfn id=ltpositiongt><position></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>‘<code class=css>farthest-side</code>’</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 ‘<code class=css>closest-side</code>’ were specified. @@ -938,9 +942,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 or is omitted, 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, 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.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><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 <i><shape></i> is omitted, the <i>ending shape</i> defaults + to a circle if the <i><extent></i> is a single <length> + and to an ellipse otherwise. <dt id='radial-position'><dfn><position></dfn></dt> <dd>Determines the center of the gradient. The <i><position></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