- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Sep 2011 18:56:16 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv8452
Modified Files:
Overview.html
Log Message:
x
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- Overview.html 21 Sep 2011 18:49:04 -0000 1.121
+++ Overview.html 21 Sep 2011 18:56:14 -0000 1.122
@@ -333,8 +333,9 @@
class=secno>15.1. </span>Float intrusion in multicol elements</a>
</ul>
- <li><a href="#advanced-multi-column-layout"><span class=secno>16.
- </span>Advanced multi-column layout</a>
+ <li><a href="#advanced-multi-column-layout-part-of-mk2"><span
+ class=secno>16. </span>Advanced multi-column layout (part of mk2, now
+ drprecated)</a>
<ul class=toc>
<li><a href="#the-float-offset-property"><span class=secno>16.1.
</span>The ‘<code class=property>float-offset</code>’
@@ -3179,12 +3180,6 @@
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
<dd>Only float the box if keeping it in its natural position would have
@@ -3196,11 +3191,17 @@
<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>
@@ -3598,8 +3599,8 @@
</div>
- <h2 id=advanced-multi-column-layout><span class=secno>16. </span>Advanced
- multi-column layout</h2>
+ <h2 id=advanced-multi-column-layout-part-of-mk2><span class=secno>16.
+ </span>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, rather than
Received on Wednesday, 21 September 2011 18:56:21 UTC