csswg/css3-images Overview.html,1.90,1.91 Overview.src.html,1.94,1.95

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 &lsquo;<code class=css>linear-gradient(red
-   10px, blue 10px)</code>&rsquo;), 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 &lsquo;<code
+   class=css>repeating-linear-gradient(red 10px, blue 10px)</code>&rsquo;),
+   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