- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Sep 2011 18:56:06 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm In directory hutz:/tmp/cvs-serv8399 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.126 retrieving revision 1.127 diff -u -d -r1.126 -r1.127 --- Overview.src.html 21 Sep 2011 18:48:54 -0000 1.126 +++ Overview.src.html 21 Sep 2011 18:56:04 -0000 1.127 @@ -2570,9 +2570,6 @@ <p>These new values on 'float' can be combined with the other values: <dl> -<dt>next-page - -<dd>In paged media, float box to the next page. The first column of the multicol element on the next page is considered to be the natural column for boxes affected by this value. <dt>unless-room @@ -2584,13 +2581,18 @@ <dd>The element may intrude neighboring columns; if the element is not in a multi-column element, this keyword has no effect. + +<dt>next-page + +<dd>In paged media, float box to the next page. The first column of the multicol element on the next page is considered to be the natural column for boxes affected by this value. + </dl> <div class=example> <pre> -.figure { float: top-corner; float-adjust: next-page } +.figure { float: top-corner next-page } </pre> </div> @@ -2635,7 +2637,6 @@ </div> - <h2>Page floats (mk1, deprecated)</h2> <p>Images and figures are sometimes displayed at the top or bottom of @@ -2971,7 +2972,7 @@ -<h2>Advanced multi-column layout</h2> +<h2>Advanced multi-column layout (part of mk2, now drprecated)</h2> <p>In paged media, it is common for figures, captions, images, and quotes to be laid out in certain positions for typographical reasons,
Received on Wednesday, 21 September 2011 18:56:07 UTC