- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Nov 2011 23:59:37 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv2827 Modified Files: Overview.html Overview.src.html Log Message: Fix some minor broken things Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.191 retrieving revision 1.192 diff -u -d -r1.191 -r1.192 --- Overview.html 8 Nov 2011 23:56:53 -0000 1.191 +++ Overview.html 8 Nov 2011 23:59:35 -0000 1.192 @@ -879,7 +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 shape is omitted it defaults to + an ellipse, respectively. If the <shape> is omitted it defaults to ‘<code class=css>ellipse</code>’. <dt id=radial-position><dfn id=ltpositiongt><position></dfn> @@ -946,7 +946,7 @@ </dl> <p>If the <a href="#ending-shape"><i>ending shape</i></a> is declared as - a ‘<code class=css>circle</code>’ or is omitted, <a + ‘<code class=css>circle</code>’ or is omitted, <a href="#ltextentgt"><i><extent></i></a> may be given explicitly as: @@ -958,7 +958,11 @@ </dl> <p>If the <a href="#ending-shape"><i>ending shape</i></a> is declared as - an ‘<code class=css>ellipse</code>’ or is omitted, <a + ‘<code class=css>ellipse</code>’ or is omitted, <a + href="#ltextentgt"><i><extent></i></a> may instead be given + explicitly as: + + <p>For ‘<code class=css>ellipse</code>’ gradients, <a href="#ltextentgt"><i><extent></i></a> may instead be given explicitly as: Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.199 retrieving revision 1.200 diff -u -d -r1.199 -r1.200 --- Overview.src.html 8 Nov 2011 23:55:55 -0000 1.199 +++ Overview.src.html 8 Nov 2011 23:59:35 -0000 1.200 @@ -561,7 +561,7 @@ <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 shape is omitted it defaults to ''ellipse''. + If the <shape> is omitted it defaults to ''ellipse''. <dt id='radial-position'><dfn><position></dfn></dt> <dd>Determines the center of the gradient. The <i><position></i> notation @@ -605,7 +605,7 @@ have if ''farthest-side'' were specified. </dl> - <p>If the <i>ending shape</i> is declared as a ''circle'' or is omitted, + <p>If the <i>ending shape</i> is declared as ''circle'' or is omitted, <i><extent></i> may be given explicitly as: <dl> @@ -614,9 +614,12 @@ not allowed. </dl> - <p>If the <i>ending shape</i> is declared as an ''ellipse'' or is omitted, + <p>If the <i>ending shape</i> is declared as ''ellipse'' or is omitted, <i><extent></i> may instead be given explicitly as: + <p>For ''ellipse'' gradients, <i><extent></i> may instead be given + explicitly as: + <dl> <dt><dfn id='radial-size-circle'>[<length> | <percentage>]{2}</dfn></dt> <dd>Gives the size of the ellipse explicitly. The first value represents
Received on Tuesday, 8 November 2011 23:59:43 UTC