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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1195,7 +1195,9 @@ h2 {
1195
1195
</div>
1196
1196
1197
1197
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.
1199
1201
As column boxes establish a new [=block formatting context=],
1200
1202
margins on elements inside a column box will not collapse with the margin of a spanner.
1201
1203
@@ -1543,6 +1545,8 @@ This appendix is <em>informative</em>.
1543
1545
<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>
1544
1546
1545
1547
<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>
1546
1550
<li>Adds an accessibility considerations section. <a href="https://github.com/w3c/csswg-drafts/issues/6283">Request from APA after review.</a></li>
0 commit comments