Skip to content

Commit 90c1efe

Browse files
committed
[css-multicol-1] Definition of adjacent spanners
Fixes #6265
1 parent 6509658 commit 90c1efe

File tree

2 files changed

+486
-1
lines changed

2 files changed

+486
-1
lines changed

css-multicol-1/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,9 @@ h2 {
11951195
</div>
11961196

11971197
Spanners are block-level boxes
1198-
therefore the margins of two adjacent spanners will collapse with each other.
1198+
therefore the margins of two adjacent spanners will collapse with each other.
1199+
The margins of two spanners separated only by an absolutely positioned item will collapse with each other,
1200+
as absolutely positioned items do not create column boxes.
11991201
As column boxes establish a new [=block formatting context=],
12001202
margins on elements inside a column box will not collapse with the margin of a spanner.
12011203

@@ -1543,6 +1545,8 @@ This appendix is <em>informative</em>.
15431545
<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>
15441546

15451547
<ul>
1548+
<li>Adds the text, "The margins of two spanners separated only by an absolutely positioned item will collapse with each other,
1549+
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>
15461550
<li>Adds an accessibility considerations section. <a href="https://github.com/w3c/csswg-drafts/issues/6283">Request from APA after review.</a></li>
15471551
</ul>
15481552

0 commit comments

Comments
 (0)