- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Sep 2011 18:38:00 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv3686
Modified Files:
Overview.html
Log Message:
x
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- Overview.html 21 Sep 2011 18:36:07 -0000 1.114
+++ Overview.html 21 Sep 2011 18:37:58 -0000 1.115
@@ -3104,26 +3104,29 @@
determine if the box is near the top/bottom.
</dl>
- <div class=example> Float figure to top of natural column, being as wide
- as the column:
+ <div class=example>
+ <p>Float figure to top of natural column, being as wide as the column:
+
<pre>
.figure { float: top; width: 100% }
</pre>
<img src=7b.png></div>
- <div class=example> Float figure to top of natural column, spanning all
- columns:
+ <div class=example> Float figure to top of the natural column, spanning
+ all columns:
<pre>
.figure { float: top; column-span: all; width: 100% }
</pre>
</div>
- <div class=example> Float figure to top/bottom of the last column of the
- multicol element on that page, again being as side as the column:
+ <div class=example>
+ <p>Float figure to top/bottom of the last column of the multicol element
+ on that page, being as wide as the column:
+
<pre>
.figure { float: top-corner; width: 100% }
</pre>
- </div>
+ <img src=7b.png></div>
<p class=issue> In the examples above, the width is set to 100% to fill
the available space. This is typically how paper-based layouts have used
Received on Wednesday, 21 September 2011 18:38:01 UTC