|
11 | 11 | rel=dcterms.rights> |
12 | 12 | <meta content="CSS Multi-column Layout Module" name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2013-10-07 name=dcterms.date> |
| 14 | + <meta content=2013-10-08 name=dcterms.date> |
15 | 15 | <meta content="Håkon Wium Lie" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | 17 | <meta content="http://dev.w3.org/csswg/css3-multicol/" |
|
42 | 42 |
|
43 | 43 | <h1>CSS Multi-column Layout Module</h1> |
44 | 44 |
|
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> |
46 | 46 |
|
47 | 47 | <dl> |
48 | 48 | <dt>This version: |
49 | 49 |
|
50 | 50 | <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>--> |
52 | 52 | <a |
53 | 53 | href="http://dev.w3.org/csswg/css3-multicol/">http://dev.w3.org/csswg/css3-multicol/</a> |
54 | 54 |
|
@@ -2064,25 +2064,26 @@ <h3 id=column-span><span class=secno>6.1. </span>‘<a |
2064 | 2064 | <p>Spanners create new block formatting contexts, but their margins can be |
2065 | 2065 | changed by their surroundings. In this example, two spanners naturally |
2066 | 2066 | 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. |
2071 | 2071 |
|
2072 | 2072 | <pre class=css> |
2073 | 2073 | h2 { |
2074 | 2074 | margin: 0.5em 0; |
2075 | 2075 | column-span: all; |
2076 | 2076 | background: silver |
2077 | 2077 | } |
| 2078 | +p { margin-top: 1em } |
2078 | 2079 | </pre> |
2079 | 2080 |
|
2080 | | - <div class=cols> |
| 2081 | + <div class=cols style="border-top: none"> |
2081 | 2082 | <p><br> |
2082 | 2083 | <br> |
2083 | 2084 | <br> |
2084 | 2085 | <br> |
2085 | | - M nop qrst uv wx yz.<br> |
| 2086 | + <br> |
2086 | 2087 | Ab cde fgh i jkl. Mno<br> |
2087 | 2088 | pqr stu vw xyz. A bc<br> |
2088 | 2089 | def g hij klm nopqrs<br> |
|
0 commit comments