- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Jun 2011 14:15:56 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-transitions In directory hutz:/tmp/cvs-serv21933 Modified Files: Overview.html Overview.src.html Log Message: Add note about css3-images extending definition of gradient interpolation. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-transitions/Overview.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Overview.html 3 Jun 2011 14:10:52 -0000 1.20 +++ Overview.html 3 Jun 2011 14:15:54 -0000 1.21 @@ -1099,7 +1099,10 @@ <li> <strong>gradient</strong>: interpolated via the positions and colors of each stop. They must have the same type (radial or linear) and same - number of stops in order to be animated. + number of stops in order to be animated. <span class=note>Note: <a + href="#CSS3-IMAGES" + rel=biblioentry>[CSS3-IMAGES]<!--{{CSS3-IMAGES}}--></a> may extend this + definition.</span> <li> <strong>paint server</strong> (SVG): interpolation is only supported between: gradient to gradient and color to color. They then work as @@ -1466,6 +1469,16 @@ <dl class=bibliography> <dt style="display: none"><!-- keeps the doc valid if the DL is empty --> <!----> + + <dt id=CSS3-IMAGES>[CSS3-IMAGES] + + <dd>Elika J. Etemad; Tab Atkins Jr. <a + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/"><cite>CSS Image + Values and Replaced Content Module Level 3.</cite></a> 17 February 2011. + W3C Working Draft. (Work in progress.) URL: <a + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">http://www.w3.org/TR/2011/WD-css3-images-20110217/</a> + </dd> + <!----> </dl> <!--end-informative--> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-transitions/Overview.src.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Overview.src.html 3 Jun 2011 14:10:52 -0000 1.21 +++ Overview.src.html 3 Jun 2011 14:15:54 -0000 1.22 @@ -1085,6 +1085,8 @@ <strong>gradient</strong>: interpolated via the positions and colors of each stop. They must have the same type (radial or linear) and same number of stops in order to be animated. + <span class="note">Note: [[CSS3-IMAGES]] may extend this + definition.</span> </li> <li> <strong>paint server</strong> (SVG): interpolation is only supported
Received on Friday, 3 June 2011 14:15:58 UTC