Skip to content

Commit 8c30aea

Browse files
committed
[css-multicol-1] Out-of-flow elements and column balancing
Fixes #6279
1 parent d83fac7 commit 8c30aea

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

css-multicol-1/Overview.bs

+7-2
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ The Multi-Column Model</h2>
322322
</figure>
323323
</div>
324324

325+
Out-of-flow descendants of a [=multi-column container=] do affect column balancing,
326+
and the block-size of the [=multi-column container=].
327+
325328
The column boxes are ordered
326329
in the [=inline base direction=] of the multicol container
327330
and arranged into <dfn lt="multi-column line | multi-col line | multicol line">multicol lines</dfn>.
@@ -1545,7 +1548,9 @@ This appendix is <em>informative</em>.
15451548
<h3 id="changes-from-20210212">Changes from the <a href="https://www.w3.org/TR/2021/WD-css-multicol-1-20210212/">Working Draft (WD) of 12 February 2021</a></h3>
15461549

15471550
<ul>
1548-
<li>Adds the text, "The margins of two spanners separated only by an absolutely positioned item will collapse with each other,
1551+
<li>Added the text "Out-of-flow descendants of a multi-column container do affect column balancing,
1552+
and the block-size of the multi-column container." <a href="https://github.com/w3c/csswg-drafts/issues/6279#issuecomment-839912199">Resolved 12 May 2021</a></li>
1553+
<li>Added the text, "The margins of two spanners separated only by an absolutely positioned item will collapse with each other,
15491554
as absolutely positioned items do not create column boxes." <a href="https://github.com/w3c/csswg-drafts/issues/6265#issuecomment-839909999">Resolved 12 May 2021</a></li>
15501555
<li>Adds an accessibility considerations section. <a href="https://github.com/w3c/csswg-drafts/issues/6283">Request from APA after review.</a></li>
15511556
</ul>
@@ -1557,7 +1562,7 @@ This appendix is <em>informative</em>.
15571562
</li>
15581563
<li>Adding the text "This property specifies whether content
15591564
in a multi-column line that does <em>not</em> immediately precede a spanner
1560-
is balanced across columns or not." <a href="https://github.com/w3c/csswg-drafts/issues/4689#issuecomment-621281467">Resolved 29 April 2020</a></li>
1565+
is balanced across columns or not." <a href="https://github.com/w3c/csswg-drafts/issues/4689#issuecomment-621281467">Resolved 29 April 2020</a></li>
15611566
</ul>
15621567

15631568
<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>

css-multicol-1/issues-may-2021.txt

+7
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,10 @@ Summary: Definition of adjacent spanners, when to create column boxes
479479
Comments: https://github.com/w3c/csswg-drafts/issues/6265
480480
Closed: Accepted
481481
Resolved: https://github.com/w3c/csswg-drafts/issues/6265#issuecomment-839909999
482+
----
483+
Issue 59.
484+
From: Morten Stenshorne
485+
Summary: Should contained out-of-flow descendants affect column balancing?
486+
Comments: https://github.com/w3c/csswg-drafts/issues/6279
487+
Closed: Accepted
488+
Resolved: https://github.com/w3c/csswg-drafts/issues/6279#issuecomment-839912199

0 commit comments

Comments
 (0)