- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Sep 2011 18:37:49 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm In directory hutz:/tmp/cvs-serv3630 Modified Files: Overview.src.html Log Message: refining alternative float model Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- Overview.src.html 21 Sep 2011 18:35:56 -0000 1.119 +++ Overview.src.html 21 Sep 2011 18:37:47 -0000 1.120 @@ -2502,7 +2502,7 @@ </dl> <div class=example> -Float figure to top of natural column, being as wide as the column: +<p>Float figure to top of natural column, being as wide as the column: <pre> .figure { float: top; width: 100% } </pre> @@ -2512,7 +2512,7 @@ </div> <div class=example> -Float figure to top of natural column, spanning all columns: +Float figure to top of the natural column, spanning all columns: <pre> .figure { float: top; column-span: all; width: 100% } </pre> @@ -2521,10 +2521,12 @@ <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: +<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> + +<img src=7b.png> </div> <p class=issue>
Received on Wednesday, 21 September 2011 18:37:51 UTC