- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Nov 2011 20:20:03 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv1783
Modified Files:
Overview.html
Log Message:
x
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- Overview.html 16 Nov 2011 20:17:40 -0000 1.170
+++ Overview.html 16 Nov 2011 20:20:00 -0000 1.171
@@ -2998,13 +2998,13 @@
<pre>
.figure { float: top; display: block; }
</pre>
- <img src=7.png></div>
+ <img alt="sample rendering" src=7.png></div>
<div class=example>
<pre>
.figure { float: top; width: 50% }
</pre>
- <img src=7b.png></div>
+ <img alt="sample rendering" src=7b.png></div>
<div class=example>
<p>Float figure to top of the natural column, spanning all columns:
@@ -3021,7 +3021,7 @@
<pre>
.figure { float: top-corner }
</pre>
- <img src=6.png></div>
+ <img alt="sample rendering" src=6.png></div>
<p>The ‘<code class=property>column-span</code>’ property is
extended with integer values so that elements can span several columns. If
@@ -3038,9 +3038,9 @@
<pre>
.figure { float: top-corner; column-span: 2; width: 100% }
</pre>
- <img src=8.png></div>
+ <img alt="sample rendering" src=8.png></div>
- <div class=example> <img src=regions.png>
+ <div class=example> <img alt="sample rendering" src=regions.png>
<pre>
body { columns: 3 }
img.A { column-span: 2; width: 100% }
@@ -3102,7 +3102,7 @@
<pre>
.figure { float: top right; width: 60% }
</pre>
- <img src=13.png></div>
+ <img alt="sample rendering" src=13.png></div>
</dl>
<h3 id=floating-inside-and-outside-pages><span class=secno>12.2.
@@ -3162,7 +3162,7 @@
<p>In this example, the image is wider than the column and will therefore
intrude into the neighboring column. At the bottom of the middle column
is a long word that is clipped in the middle of the column gap. <img
- src=1.png>
+ alt="sample rendering" src=1.png>
</div>
<h3 id=the-float-offset-property><span class=secno>12.4. </span>The
@@ -3239,7 +3239,7 @@
width: 120%;
}
</pre>
- <img src=11.png></div>
+ <img alt="sample rendering" src=11.png></div>
<div class=example>
<pre>
@@ -3249,7 +3249,7 @@
width: 100%;
}
</pre>
- <img src=12.png></div>
+ <img alt="sample rendering" src=12.png></div>
<p class=issue>Would it make more sense to not specify the opposite
direction, but the "forward" direction? <!--
Received on Wednesday, 16 November 2011 20:20:08 UTC