Skip to content

Commit 5b5ee3d

Browse files
author
howcome
committed
machine-generated version
1 parent 2895703 commit 5b5ee3d

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

css-multicol/Overview.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Multi-column Layout Module" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-10-07 name=dcterms.date>
14+
<meta content=2013-10-08 name=dcterms.date>
1515
<meta content="Håkon Wium Lie" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-multicol/"
@@ -42,13 +42,13 @@
4242

4343
<h1>CSS Multi-column Layout Module</h1>
4444

45-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 7 October 2013</h2>
45+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 8 October 2013</h2>
4646

4747
<dl>
4848
<dt>This version:
4949

5050
<dd>
51-
<!--<a href="http://www.w3.org/TR/2013/CR-css3-multicol-20131007">http://dev.w3.org/csswg/css3-multicol/</a>-->
51+
<!--<a href="http://www.w3.org/TR/2013/CR-css3-multicol-20131008">http://dev.w3.org/csswg/css3-multicol/</a>-->
5252
<a
5353
href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a>
5454

@@ -2064,25 +2064,26 @@ <h3 id=column-span><span class=secno>6.1. </span>‘<a
20642064
<p>Spanners create new block formatting contexts, but their margins can be
20652065
changed by their surroundings. In this example, two spanners naturally
20662066
end up at the top of a page. The top margin of the first spanner is
2067-
truncated due to being after an unforced break. The bottom margin of the
2068-
first spanner collapses with the top margin of the second spanner.
2069-
However, the bottom margin of the second spanner does not collabse with
2070-
the collapses with the top margin of the subsequent element.
2067+
truncated due to adjoining an unforced break. The margins between the two
2068+
spanners collapse with each other. However, the bottom margin of the
2069+
second spanner does not collapse with the top margin of the subsequent
2070+
element.
20712071

20722072
<pre class=css>
20732073
h2 {
20742074
margin: 0.5em 0;
20752075
column-span: all;
20762076
background: silver
20772077
}
2078+
p { margin-top: 1em }
20782079
</pre>
20792080

2080-
<div class=cols>
2081+
<div class=cols style="border-top: none">
20812082
<p><br>
20822083
<br>
20832084
<br>
20842085
<br>
2085-
M nop qrst uv wx yz.<br>
2086+
<br>
20862087
Ab cde fgh i jkl. Mno<br>
20872088
pqr stu vw xyz. A bc<br>
20882089
def g hij klm nopqrs<br>

0 commit comments

Comments
 (0)