Skip to content

Commit b8d40f7

Browse files
committed
[css-multicol] tidying up changes section
1 parent 0e4216f commit b8d40f7

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

css-multicol/Overview.bs

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Previous Version: https://www.w3.org/TR/2001/WD-css3-multicol-20010118/
1616
Previous Version: http://www.w3.org/1999/06/WD-css3-multicol-19990623
1717
Editor: Håkon Wium Lie, Opera Software, howcome@opera.com
1818
Editor: Florian Rivoal, On behalf of Bloomberg, https://florian.rivoal.net
19-
Editor: Rachel Andrew, Invited Expert, https://rachelandrew.co.uk
19+
Editor: Rachel Andrew, Invited Expert, https://rachelandrew.co.uk, w3cid 81117
2020
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.
2121
Link Defaults: css-color (property) color, css21 (property) max-height, css-backgrounds-3 (value) hidden
2222
At Risk: column-gap accepting <<length-percentage>> instead of <<length>>
@@ -1737,22 +1737,21 @@ This appendix describes changes from the
17371737

17381738
<ul>
17391739
<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>.
17421742
<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>.
17461746
<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>.
17481748
<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>.
17491749
<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.
17521752
<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>.
17541754
<li>Content that overflows columns is not clipped.
1755-
17561755
</ul>
17571756

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

0 commit comments

Comments
 (0)