|
1 | 1 | <pre class="metadata"> |
2 | | -Title: CSS Multi-column Layout Module Level 4 |
| 2 | +Title: CSS Multi-column Layout Module Level 2 |
3 | 3 | Group: CSSWG |
4 | 4 | Shortname: css-multicol |
5 | | -Level: 4 |
| 5 | +Level: 2 |
6 | 6 | Status: ED |
7 | | -ED: http://dev.w3.org/csswg/css-multicol-4/ |
| 7 | +ED: http://dev.w3.org/csswg/css-multicol-2/ |
8 | 8 | Editor: Florian Rivoal, Invited Expert, florian@rivoal.net, http://florian.rivoal.net/ |
9 | 9 | Abstract: This specification describes multi-column layouts in CSS, a style sheet language for the web. Using functionality described in the specification, content can be flowed into multiple columns with a gap and a rule between them. |
10 | 10 | Abstract: |
11 | | -Abstract: This is a delta specification over CSS Multi-column Level 3. |
12 | | - Once the level 3 specification is final, |
| 11 | +Abstract: This is a delta specification over CSS Multi-column Level 1. |
| 12 | + Once the level 1 specification is final, |
13 | 13 | its content will be integrated into this specification, |
14 | 14 | which will then replace it. |
15 | | - Until then, CSS Multi-column Level 4 only contains additions and extensions to level 3 |
| 15 | + Until then, CSS Multi-column Level 2 only contains additions and extensions to level 1 |
16 | 16 | Ignored Terms: column-width, column-count, columns, column-gap, column-rule-color, column-rule-style, column-rule-width, column-rule, column-fill |
17 | 17 | <!-- remove line above once this is no longer a delta spec --> |
18 | 18 | </pre> |
@@ -41,7 +41,7 @@ This document defines new features not present in earlier specifications. |
41 | 41 | In addition, once final, it will replace and supersede the following: |
42 | 42 |
|
43 | 43 | <ul> |
44 | | -<li>The <a href="http://www.w3.org/TR/css3-multicol">CSS Multi-Column Layout Module Level 3</a> |
| 44 | +<li>The <a href="http://www.w3.org/TR/css3-multicol">CSS Multi-Column Layout Module Level 1</a> |
45 | 45 | </ul> |
46 | 46 |
|
47 | 47 | <h2 id="the-multi-column-model"> |
|
0 commit comments