- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 May 2011 18:23:22 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images In directory hutz:/tmp/cvs-serv29586 Modified Files: Overview.html Overview.src.html Log Message: Fix silly mistake in Repeating Gradients example. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.html,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- Overview.html 16 May 2011 18:17:39 -0000 1.90 +++ Overview.html 16 May 2011 18:23:20 -0000 1.91 @@ -1099,10 +1099,11 @@ </div> <p>If the difference in the positions of the first and last color-stops is - 0 (for example, in the value ‘<code class=css>linear-gradient(red - 10px, blue 10px)</code>’), the gradient defines a solid-color image - with the color of the last color-stop in the rule (in this case, then, it - would simply define a blue image).</p> + 0 (for example, in the value ‘<code + class=css>repeating-linear-gradient(red 10px, blue 10px)</code>’), + the gradient defines a solid-color image with the color of the last + color-stop in the rule (in this case, then, it would simply define a blue + image).</p> <!-- ====================================================================== --> <h3 id=color-stop-syntax><span class=secno>5.4. </span> Gradient Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-images/Overview.src.html,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- Overview.src.html 16 May 2011 18:17:39 -0000 1.94 +++ Overview.src.html 16 May 2011 18:23:20 -0000 1.95 @@ -816,7 +816,7 @@ </div> <p>If the difference in the positions of the first and last color-stops is - 0 (for example, in the value ''linear-gradient(red 10px, blue 10px)''), the + 0 (for example, in the value ''repeating-linear-gradient(red 10px, blue 10px)''), the gradient defines a solid-color image with the color of the last color-stop in the rule (in this case, then, it would simply define a blue image).</p>
Received on Monday, 16 May 2011 18:23:23 UTC