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-2/Overview.bs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -971,6 +971,7 @@ The number and size of columns</h2>
971
971
This is a shorthand property for setting 'column-width', 'column-count',
972
972
and 'column-height'.
973
973
Omitted values are set to their initial values.
974
+
This property also resets the 'column-wrap' property to its initial value.
974
975
975
976
<div class="example">
976
977
Here are some valid declarations using the 'columns' property:
@@ -986,8 +987,6 @@ The number and size of columns</h2>
986
987
</pre>
987
988
</div>
988
989
989
-
Issue(12050): The syntax of the 'columns' shorthand, with the inclusion of 'column-height', is still unresolved.
990
-
991
990
<wpt>
992
991
multicol-columns-001.xht
993
992
multicol-columns-002.xht
@@ -2288,6 +2287,7 @@ This appendix is <em>informative</em>.
2288
2287
<h3 id="changes-from-multicol1">Changes from the <a href="https://www.w3.org/TR/2024/CR-css-multicol-1-20240516/">Candidate Recommendation (CR) of CSS-MULTICOL-1 of 16 May 2024</a></h3>
2289
2288
2290
2289
<ul>
2290
+
<li>Updates the ''columns'' shorthand property to include ''column-height''. <a href="https://github.com/w3c/csswg-drafts/issues/12050#issuecomment-3160860557">Resolved 6 Aug 2025</a>.
2291
2291
<li>Adds a draft of proposed ''column-wrap'' property.</li>
2292
2292
<li>Adds the ''column-height'' property. <a href="https://github.com/w3c/csswg-drafts/issues/2923#issuecomment-2625930018">Resolved 30 Jan 2025</a>.
2293
2293
<li>Adds the ''::column'' pseudo-element. <a href="https://github.com/w3c/csswg-drafts/issues/10715#issuecomment-2379924982">Resolved 27 Sep 2024</a>.</li>
0 commit comments