- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 01 Dec 2011 21:16:14 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv23286 Modified Files: Overview.html Overview.src.html Log Message: Moved the note about single-% into the <dd> Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.234 retrieving revision 1.235 diff -u -d -r1.234 -r1.235 --- Overview.html 1 Dec 2011 21:11:08 -0000 1.234 +++ Overview.html 1 Dec 2011 21:16:12 -0000 1.235 @@ -1110,17 +1110,18 @@ <dl> <dt><dfn id=radial-size-circle><length></dfn> - <dd>Gives the radius of the circle explicitly. Negative values are - invalid. - </dl> + <dd> + <p>Gives the radius of the circle explicitly. Negative values are + invalid.</p> - <p class=note>Note that percentages are <em>not</em> allowed here; they - can only be used to specify the size of an elliptical gradient, not a - circular one. This restriction exists because there is no obvious answer - as to which dimension the percentage should be relative to. A future - level of this module may provide the ability to size circles with - percentages, perhaps with more explicit controls over which dimension is - used.</p> + <p class=note>Note that percentages are <em>not</em> allowed here; they + can only be used to specify the size of an elliptical gradient, not a + circular one. This restriction exists because there is no obvious + answer as to which dimension the percentage should be relative to. A + future level of this module may provide the ability to size circles + with percentages, perhaps with more explicit controls over which + dimension is used.</p> + </dl> <p>If <a href="#ltshape"><i><shape></i></a> is specified as ‘<code class=css>ellipse</code>’ or is omitted, Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.241 retrieving revision 1.242 diff -u -d -r1.241 -r1.242 --- Overview.src.html 1 Dec 2011 21:11:08 -0000 1.241 +++ Overview.src.html 1 Dec 2011 21:16:12 -0000 1.242 @@ -684,11 +684,13 @@ <dl> <dt><dfn id='radial-size-circle'><length></dfn></dt> - <dd>Gives the radius of the circle explicitly. Negative values are - invalid. - </dl> + <dd> + <p>Gives the radius of the circle explicitly. Negative values are + invalid.</p> - <p class='note'>Note that percentages are <em>not</em> allowed here; they can only be used to specify the size of an elliptical gradient, not a circular one. This restriction exists because there is no obvious answer as to which dimension the percentage should be relative to. A future level of this module may provide the ability to size circles with percentages, perhaps with more explicit controls over which dimension is used.</p> + <p class='note'>Note that percentages are <em>not</em> allowed here; they can only be used to specify the size of an elliptical gradient, not a circular one. This restriction exists because there is no obvious answer as to which dimension the percentage should be relative to. A future level of this module may provide the ability to size circles with percentages, perhaps with more explicit controls over which dimension is used.</p> + </dd> + </dl> <p>If <i><shape></i> is specified as ''ellipse'' or is omitted, <i><extent></i> may instead be given explicitly as:
Received on Thursday, 1 December 2011 21:16:19 UTC