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
Fixes: #6805
Specifies that a spanner can only be created if there is nothing between it and the multicol element that creates a containing block for descendants. Also adds an example using transforms.
If the fragment before the spanner is empty, nothing special happens;
1125
1156
the top margin/border/padding is above the spanning element, as an empty [=fragment=].
1126
1157
@@ -1564,11 +1595,11 @@ Pagination and Overflow Outside Multicol Containers</h3>
1564
1595
1565
1596
This appendix is <em>informative</em>.
1566
1597
1567
-
<!-- <h3 id="changes-from-20211012">Changes from the <a href="https://www.w3.org/TR/2021/CR-css-multicol-1-20211012/">Candidate Recommendation (CR) of 12 October 2021</a></h3>
1598
+
<h3 id="changes-from-20211012">Changes from the <a href="https://www.w3.org/TR/2021/CR-css-multicol-1-20211012/">Candidate Recommendation (CR) of 12 October 2021</a></h3>
1568
1599
1569
1600
<ul>
1570
-
<li></li>
1571
-
</ul> -->
1601
+
<li>Added the text "and there is nothing between the spanning element and [=multicol container=] that establishes a containing block for fixed position descendants." <a href="https://github.com/w3c/csswg-drafts/issues/6805#issuecomment-1063159219">Resolved 9 Mar 2022</a></li>
1602
+
</ul>
1572
1603
1573
1604
<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>
0 commit comments