- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Sep 2011 21:38:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv3410 Modified Files: Overview.html Overview.src.html Log Message: Fixed default value of implicit size/shape arg for radial gradients. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.172 retrieving revision 1.173 diff -u -d -r1.172 -r1.173 --- Overview.html 19 Sep 2011 21:35:44 -0000 1.172 +++ Overview.html 19 Sep 2011 21:38:47 -0000 1.173 @@ -900,7 +900,9 @@ ending-ellipse will be a circle with a constant radius. ‘<code class=css>ellipse</code>’ indicates that the gradient-shape will be an axis-aligned ellipse (that is, its major and minor radiuses will - be horizontal and vertical, not necessarily in that order).</p> + be horizontal and vertical, not necessarily in that order). If the <a + href="#ltshape"><i><shape></i></a> is omitted, it defaults to + ‘<code class=css>ellipse</code>’.</p> <p>The <a href="#ltsize"><i><size></i></a> keyword is defined as:</p> @@ -908,7 +910,9 @@ <p>Its values are defined in the list below. For the purpose of these definitions, consider the box edges as extending infinitely in both - directions, rather than being finite line segments.</p> + directions, rather than being finite line segments. If the <a + href="#ltsize"><i><size></i></a> is omitted, it defaults to ‘<a + href="#radial-cover"><code class=css>cover</code></a>’.</p> <dl> <dt><dfn id=radial-closest-side>closest-side</dfn> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.179 retrieving revision 1.180 diff -u -d -r1.179 -r1.180 --- Overview.src.html 19 Sep 2011 21:35:45 -0000 1.179 +++ Overview.src.html 19 Sep 2011 21:38:47 -0000 1.180 @@ -571,16 +571,13 @@ <pre><code><dfn><shape></dfn> = circle | ellipse</code></pre> - <p>''circle'' indicates that the ending-ellipse will be a circle with - a constant radius. ''ellipse'' indicates that the gradient-shape - will be an axis-aligned ellipse (that is, its major and minor radiuses - will be horizontal and vertical, not necessarily in that order).</p> + <p>''circle'' indicates that the ending-ellipse will be a circle with a constant radius. ''ellipse'' indicates that the gradient-shape will be an axis-aligned ellipse (that is, its major and minor radiuses will be horizontal and vertical, not necessarily in that order). If the <i><shape></i> is omitted, it defaults to ''ellipse''.</p> <p>The <i><size></i> keyword is defined as:</p> <pre><code><dfn><size></dfn> = closest-side | closest-corner | farthest-side | farthest-corner | contain | cover</code></pre> - <p>Its values are defined in the list below. For the purpose of these definitions, consider the box edges as extending infinitely in both directions, rather than being finite line segments.</p> + <p>Its values are defined in the list below. For the purpose of these definitions, consider the box edges as extending infinitely in both directions, rather than being finite line segments. If the <i><size></i> is omitted, it defaults to ''cover''.</p> <dl> <dt><dfn id='radial-closest-side'>closest-side</dfn></dt>
Received on Monday, 19 September 2011 21:38:54 UTC