|
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-09-21 name=dcterms.date> |
| 14 | + <meta content=2013-10-07 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 21 September 2013</h2> |
| 45 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 7 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-20130921">http://dev.w3.org/csswg/css3-multicol/</a>--> |
| 51 | + <!--<a href="http://www.w3.org/TR/2013/CR-css3-multicol-20131007">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 |
|
@@ -537,7 +537,7 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column |
537 | 537 | </div> |
538 | 538 |
|
539 | 539 | <div class=rep |
540 | | - style="width: 490px; height: 20px; background: silver; font-size: 1.5em; padding: 5px">An |
| 540 | + style="width: 490px; height: 20px; background: silver; font-size: 1.5em; padding: 5px">A |
541 | 541 | spanning element</div> |
542 | 542 |
|
543 | 543 | <div class=gap style="left: 150px"></div> |
@@ -2065,9 +2065,9 @@ <h3 id=column-span><span class=secno>6.1. </span>‘<a |
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 | 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. The |
2069 | | - bottom margin of the second spanner collapses with the top margin of the |
2070 | | - subsequent element. |
| 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. |
2071 | 2071 |
|
2072 | 2072 | <pre class=css> |
2073 | 2073 | h2 { |
@@ -2771,19 +2771,19 @@ <h3 class=no-num id=normative-references>Normative references</h3> |
2771 | 2771 | <dt id=CSS21>[CSS21] |
2772 | 2772 |
|
2773 | 2773 | <dd>Bert Bos; et al. <a |
2774 | | - href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style |
| 2774 | + href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style |
2775 | 2775 | Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June |
2776 | 2776 | 2011. W3C Recommendation. URL: <a |
2777 | | - href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a> |
| 2777 | + href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a> |
2778 | 2778 | </dd> |
2779 | 2779 | <!----> |
2780 | 2780 |
|
2781 | 2781 | <dt id=CSS3COLOR>[CSS3COLOR] |
2782 | 2782 |
|
2783 | 2783 | <dd>Tantek Çelik; Chris Lilley; L. David Baron. <a |
2784 | | - href="http://www.w3.org/TR/2011/REC-css3-color-20110607"><cite>CSS Color |
| 2784 | + href="http://www.w3.org/TR/2011/REC-css3-color-20110607/"><cite>CSS Color |
2785 | 2785 | Module Level 3.</cite></a> 7 June 2011. W3C Recommendation. URL: <a |
2786 | | - href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a> |
| 2786 | + href="http://www.w3.org/TR/2011/REC-css3-color-20110607/">http://www.w3.org/TR/2011/REC-css3-color-20110607/</a> |
2787 | 2787 | </dd> |
2788 | 2788 | <!----> |
2789 | 2789 |
|
|
0 commit comments