csswg/css3-gcpm Overview.src.html,1.175,1.176

Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv1735

Modified Files:
	Overview.src.html 
Log Message:
fixing validation issues

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -d -r1.175 -r1.176
--- Overview.src.html	16 Nov 2011 20:17:32 -0000	1.175
+++ Overview.src.html	16 Nov 2011 20:19:53 -0000	1.176
@@ -2611,7 +2611,7 @@
 .figure { float: top; display: block; }
 </pre>
 
-<img src=7.png>
+<img alt="sample rendering" src=7.png>
 
 </div>
 
@@ -2623,7 +2623,7 @@
 .figure { float: top; width: 50% }
 </pre>
 
-<img src=7b.png>
+<img alt="sample rendering" src=7b.png>
 
 </div>
 
@@ -2645,7 +2645,7 @@
 .figure { float: top-corner }
 </pre>
 
-<img src=6.png>
+<img alt="sample rendering" src=6.png>
 </div>
 
 <p>The 'column-span' property is extended with integer values so that elements can span several columns. If the specified integer value is equal to, or larger than the number of columns in the multicol element, the number of columns spanned will be the same as if 'column-span: all' had been specified. 
@@ -2656,12 +2656,12 @@
 .figure { float: top-corner; column-span: 2; width: 100% }
 </pre>
 
-<img src=8.png>
+<img alt="sample rendering" src=8.png>
 </div>
 
 <div class=example>
 
-<img src=regions.png>
+<img alt="sample rendering" src=regions.png>
 
 <pre>
 body { columns: 3 }
@@ -2724,7 +2724,7 @@
 <pre>
 .figure { float: top right; width: 60% }
 </pre>
-<img src=13.png>
+<img alt="sample rendering" src=13.png>
 
 </div>
 
@@ -2780,7 +2780,7 @@
 middle column is a long word that is clipped in the middle of the
 column gap.
 
-<img src=1.png>
+<img alt="sample rendering" src=1.png>
 
 </div>
 
@@ -2838,7 +2838,7 @@
 }
 </pre>
 
-<img src=11.png>
+<img alt="sample rendering" src=11.png>
 
 </div>
 
@@ -2853,7 +2853,7 @@
 }
 </pre>
 
-<img src=12.png>
+<img alt="sample rendering" src=12.png>
 
 </div>
 

Received on Wednesday, 16 November 2011 20:19:58 UTC