- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Mar 2011 16:37:52 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-multicol
In directory hutz:/tmp/cvs-serv15171
Modified Files:
Overview.html
Log Message:
x
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-multicol/Overview.html,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- Overview.html 1 Mar 2011 18:30:43 -0000 1.126
+++ Overview.html 8 Mar 2011 16:37:49 -0000 1.127
@@ -29,13 +29,13 @@
<h1>CSS Multi-column Layout Module</h1>
- <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 1 March 2011</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 8 March 2011</h2>
<dl>
<dt>This version:
<dd>
- <!--<a href="http://www.w3.org/TR/2011/CR-css3-multicol-20110301">http://www.w3.org/TR/2011/ED-css3-multicol-20110301</a>-->
+ <!--<a href="http://www.w3.org/TR/2011/CR-css3-multicol-20110308">http://www.w3.org/TR/2011/ED-css3-multicol-20110308</a>-->
<a
href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a>
@@ -1820,7 +1820,7 @@
<tr>
<td><em>Applies to:</em>
- <td>multi-column elements
+ <td>multicol elements
<tr>
<td><em>Inherited:</em>
@@ -1859,6 +1859,12 @@
of columns has been constrained. Otherwise, columns will automatically be
balanced.
+ <p>In continous media, this property does not have any effect in overflow
+ columns (see below).
+
+ <p>In paged media, this property will only have effect on the last page the
+ multicol element appears on.
+
<h2 id=overflow><span class=secno>8. </span>Overflow</h2>
<h3 id=overflow-inside-multicol-elements><span class=secno>8.1.
@@ -1940,6 +1946,9 @@
column boxes are moved to the next page(s) for paged media.
</ul>
+ <p>Columns that appear outside the multicol element in continous media are
+ called <dfn id=overflow-columns>overflow columns</dfn>.
+
<div class=example>
<p>In this example, the height of the multi-column element has been
constrained to a maximum height. Also, the style sheet specifies that
@@ -2005,7 +2014,8 @@
}
</pre>
- <p>As a result, the number of columns is increased:
+ <p>As a result, the number of columns increases and the extra columns
+ added in the inline direction:
<div class=cols style="height: 100px">
<div class=col style="">
@@ -2041,8 +2051,8 @@
</div>
<div class=example>
- <p>In this example, explicit column breaks are generated after paragraphs:
-
+ <p>In paged media, extra columns are shown on the next page. Given the
+ same code as the previous example:
<pre class=css>
p {
@@ -2270,6 +2280,9 @@
<li>multi-column element, <a href="#multi-column-element"
title="multi-column element"><strong>2.</strong></a>
+ <li>overflow columns, <a href="#overflow-columns" title="overflow
+ columns"><strong>8.2.</strong></a>
+
<li>spanning element, <a href="#spanning-element" title="spanning
element"><strong>6.1.</strong></a>
</ul>
@@ -2366,7 +2379,7 @@
<td>balance
- <td>multi-column elements
+ <td>multicol elements
<td>no
Received on Tuesday, 8 March 2011 16:37:55 UTC