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/Overview.bs
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1734,12 +1734,20 @@ This appendix describes changes from the
1734
1734
>Candidate Recommendation (CR) of 12 April 2011</a>.
1735
1735
1736
1736
<ul>
1737
-
<li>TBD
1737
+
<li> The pseudo-algorithm has been revised on a number of occasions. <a href="https://lists.w3.org/Archives/Public/www-style/2013Feb/0471.html">Latest change Feb 2013</a>.
1738
+
<li>Clarified that properties columns, column-width, column-count "apply to block containers". <a href="https://lists.w3.org/Archives/Public/www-style/2013Feb/0536.html">Ref: Feb 2013</a>
1739
+
<li>Breaking properties have beeen moved from this specification to the CSS Fragmentation Module.
1740
+
<li>Change to column-fill wording to clarify that column-fill is honored before page breaks. <a href="<a href="https://lists.w3.org/Archives/Public/www-style/2012Jan/0393.html">">Ref: Jan 2012</a>.
1741
+
<li>Amended example and text to clarify what happens with margin collapsing and spanning elements. <a href="https://lists.w3.org/Archives/Public/www-style/2013Oct/0247.html">Ref: Oct 2013</a>.
1742
+
<li>Clarification that column-rule-width does not alter the size or placement of columns. <a href="https://lists.w3.org/Archives/Public/www-style/2013Sep/0550.html">Ref: Sep 2013</a>.
1743
+
<li>Added that each column spanning element establishes a separate BFC margins between them collapse. <a href="https://lists.w3.org/Archives/Public/www-style/2011Dec/0262.html">Ref: Dec 2011</a>.
1744
+
<li>Column rules are painted in the inline content layer, but below all inline content inside the multicol. <a href="https://lists.w3.org/Archives/Public/www-style/2013Feb/0363.html">Ref: Feb 2013</a>.
1738
1745
<li>Clarify that column-span causes the element to become a formatting context even if it is not in a multicol
1739
1746
<li>Column spanners do not always establish a <em>block</em> formatting context, but instead <a>become a formatting context</a>.
1740
1747
<li>Allow 'column-gap' to accept <<length-percentage>> instead of just <<length>>
1741
1748
<li>'column-width' and 'column-count' applies to <a>block containers</a> except <a>table wrapper boxes</a>
1742
1749
<li>Content that overflows columns is not clipped.
0 commit comments