- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 06 Jul 2011 21:34:02 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv30063 Modified Files: Overview.html Overview.src.html Log Message: Re-added note from Brad about possibility of using other techniques to accomplish some pieces of gradient functionality. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- Overview.html 2 Jul 2011 00:50:27 -0000 1.110 +++ Overview.html 6 Jul 2011 21:34:00 -0000 1.111 @@ -20,7 +20,7 @@ <h1>CSS Image Values and Replaced Content Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 July 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 July 2011</h2> <dl> <dt>Latest Version: @@ -731,7 +731,13 @@ ‘<code class=property>background-repeat</code>’ not equal to ‘<code class=property>round</code>’), the "box" will simply be the size of the background sizing area. If you use a gradient in a - list-style-image, the "box" will be a 1em square.</p> + list-style-image, the "box" will be a 1em square. + + <p class=issue>It has been suggested that several of the controls offered + by gradients are unnecessary. Repeating gradients could potentially be + done by hooking into ‘background-repeat’, sizing and positioning + radial gradients could be done by hooking into ‘background-size’ and + ‘background-position’, etc.</p> <!-- ====================================================================== --> <h3 id=linear-gradients><span class=secno>5.1. </span> Linear Gradients</h3> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.116 retrieving revision 1.117 diff -u -d -r1.116 -r1.117 --- Overview.src.html 2 Jul 2011 00:50:27 -0000 1.116 +++ Overview.src.html 6 Jul 2011 21:34:00 -0000 1.117 @@ -472,6 +472,8 @@ area. If you use a gradient in a list-style-image, the "box" will be a 1em square.</p> + <p class=issue>It has been suggested that several of the controls offered by gradients are unnecessary. Repeating gradients could potentially be done by hooking into ‘background-repeat’, sizing and positioning radial gradients could be done by hooking into ‘background-size’ and ‘background-position’, etc.</p> + <!-- ====================================================================== --> <h3 id='linear-gradients'>
Received on Wednesday, 6 July 2011 21:34:03 UTC