Skip to content

Commit 3499bb9

Browse files
committed
Adding to the changes section past edits not documented as changes.
1 parent 3b376d8 commit 3499bb9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

css-multicol/Overview.bs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,12 +1734,20 @@ This appendix describes changes from the
17341734
>Candidate Recommendation (CR) of 12 April 2011</a>.
17351735

17361736
<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>.
17381745
<li>Clarify that column-span causes the element to become a formatting context even if it is not in a multicol
17391746
<li>Column spanners do not always establish a <em>block</em> formatting context, but instead <a>become a formatting context</a>.
17401747
<li>Allow 'column-gap' to accept <<length-percentage>> instead of just <<length>>
17411748
<li>'column-width' and 'column-count' applies to <a>block containers</a> except <a>table wrapper boxes</a>
17421749
<li>Content that overflows columns is not clipped.
1750+
17431751
</ul>
17441752

17451753
<h2 class=no-num id=acknowledgments>

0 commit comments

Comments
 (0)