You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-multicol-1/Overview.bs
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ Introduction</h2>
184
184
<h3 id="values">
185
185
Value Definitions</h3>
186
186
187
-
This specification follows the <a href="https://www.w3.org/TR/CSS2/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2]]
187
+
This specification follows the <a href="https://www.w3.org/TR/CSS2/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]]
188
188
using the <a href="https://www.w3.org/TR/css-values-3/#value-defs">value definition syntax</a> from [[!CSS-VALUES-3]].
189
189
Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]].
190
190
Combination with other CSS modules may expand the definitions of these value types.
@@ -284,7 +284,7 @@ The Multi-Column Model</h2>
284
284
[=fragments=] and continues in the next [=column box=].
285
285
286
286
Note: Column boxes, which are [=anonymous boxes=],
287
-
do not become the containing block
287
+
do not become the [=containing block=]
288
288
for [=absolutely positioned boxes=].
289
289
The 'position' property, which establishes a containing block for such boxes,
290
290
applies to the [=multicol container=], it being the [=principal box=].
@@ -1104,8 +1104,10 @@ Spanning Columns</h2>
1104
1104
An element that spans more than one column is called a <dfn export>spanning element</dfn>
1105
1105
and the box it creates is called a <dfn export>spanner</dfn>.
1106
1106
1107
+
The spanner becomes the [=containing block=] for [=absolutely positioned boxes=] inside the spanner.
1108
+
1107
1109
A spanning element is taken [=out-of-flow=], leaving a forced break.
1108
-
This does not affect the <a href="https://www.w3.org/TR/CSS2/zindex.html">painting order</a>[[!CSS21]] of the spanning element.
1110
+
This does not affect the <a href="https://www.w3.org/TR/CSS2/zindex.html">painting order</a>[[!CSS21]] of the spanning element.
1109
1111
1110
1112
<div class="example">
1111
1113
In this example, an <code>h2</code> element has been added to the sample document after the sixth sentence
@@ -1278,7 +1280,7 @@ Filling Columns</h2>
1278
1280
</pre>
1279
1281
1280
1282
This property specifies whether content
1281
-
in a [=multi-column line=] that does <em>not</em> immediately preced a [=spanner=]
1283
+
in a [=multi-column line=] that does <em>not</em> immediately precede a [=spanner=]
1282
1284
is balanced across columns or not.
1283
1285
The values are:
1284
1286
@@ -1571,6 +1573,16 @@ Pagination and Overflow Outside Multicol Containers</h3>
1571
1573
1572
1574
This appendix is <em>informative</em>.
1573
1575
1576
+
<h3 id="changes-from-20191015">Changes from the <a href="https://www.w3.org/TR/2019/WD-css-multicol-1-20191015/">Working Draft (WD) of 15 October 2019</a></h3>
1577
+
1578
+
<ul>
1579
+
<li>Added the text "The spanner becomes the containing block for absolutely positioned boxes inside the spanner.". <a href="https://github.com/w3c/csswg-drafts/issues/5612#issuecomment-715369246">Resolved 23 Oct 2020</a>
1580
+
</li>
1581
+
<li>Adding the text "This property specifies whether content
1582
+
in a multi-column line that does <em>not</em> immediately precede a spanner
1583
+
is balanced across columns or not." <a href="https://github.com/w3c/csswg-drafts/issues/4689#issuecomment-621281467">Resolved 29 April 2020</a></li>
1584
+
</ul>
1585
+
1574
1586
<h3 id="changes-from-20180528">Changes from the <a href="https://www.w3.org/TR/2018/WD-css-multicol-1-20180528/">Working Draft (WD) of 28 May 2018</a></h3>
0 commit comments