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
Abstract: This specification describes multi-column layouts in CSS, a style sheet language for the web. Using functionality described in the specification, content can be flowed into multiple columns with a gap and a rule between them.
At Risk: column-gap accepting <<length-percentage>> instead of <<length>>
@@ -1737,22 +1737,21 @@ This appendix describes changes from the
1737
1737
1738
1738
<ul>
1739
1739
<li>Added July 1016 resolution to change the the track size floor to a required UA-specified value, consistent with the CSS Grid spec.
1740
-
<li>Remove the restriction about overflow columns only being in continuous media in the statement that column-fill has no effect on overflow columns. <a href="https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html">Resolved: September 2013</a>.
1741
-
<li>Added keyword balance-all and examples to demonstrate how this should work. <a href="https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html">Resolved: September 2013</a>.
1740
+
<li>Remove the restriction about overflow columns only being in continuous media in the statement that 'column-fill' has no effect on overflow columns. <a href="https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html">Resolved: September 2013</a>.
1741
+
<li>Added keyword 'balance-all' and examples to demonstrate how this should work. <a href="https://lists.w3.org/Archives/Public/www-style/2013Sep/0471.html">Resolved: September 2013</a>.
1742
1742
<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>.
1743
-
<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>
1744
-
<li>Breaking properties have beeen moved from this specification to the CSS Fragmentation Module.
1745
-
<li>Change to column-fill wording to clarify that column-fill is honored before page breaks. <a href="https://lists.w3.org/Archives/Public/www-style/2012Jan/0393.html">Ref: Jan 2012</a>.
1743
+
<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>.
1744
+
<li>Breaking properties have beeen moved from this specification to the <a href="https://www.w3.org/TR/css-break-3/">CSS Fragmentation Module</a>.
1745
+
<li>Change to 'column-fill' wording to clarify that 'column-fill' is honored before page breaks. <a href="https://lists.w3.org/Archives/Public/www-style/2012Jan/0393.html">Ref: Jan 2012</a>.
1746
1746
<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>.
1747
-
<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>.
1747
+
<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>.
1748
1748
<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>.
1749
1749
<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>.
1750
-
<li>Clarify that column-span causes the element to establish a formatting context even if it is not in a multicol
1751
-
<li>Column spanners do not always establish a <em>block</em> formatting context
1750
+
<li>Clarify that 'column-span' causes the element to establish a formatting context even if it is not in a multicol.
1751
+
<li>Column spanners do not always establish a <em>block</em> formatting context.
1752
1752
<li>Allow 'column-gap' to accept <<length-percentage>> instead of just <<length>>
1753
-
<li>'column-width' and 'column-count' applies to <a>block containers</a> except <a>table wrapper boxes</a>
1753
+
<li>'column-width' and 'column-count' applies to <a>block containers</a> except <a>table wrapper boxes</a>.
1754
1754
<li>Content that overflows columns is not clipped.
0 commit comments