Skip to content

Commit fd5327d

Browse files
committed
[css-multicol-2] columns shorthand updates
1 parent eff256b commit fd5327d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-multicol-2/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,7 @@ The number and size of columns</h2>
971971
This is a shorthand property for setting 'column-width', 'column-count',
972972
and 'column-height'.
973973
Omitted values are set to their initial values.
974+
This property also resets the 'column-wrap' property to its initial value.
974975

975976
<div class="example">
976977
Here are some valid declarations using the 'columns' property:
@@ -986,8 +987,6 @@ The number and size of columns</h2>
986987
</pre>
987988
</div>
988989

989-
Issue(12050): The syntax of the 'columns' shorthand, with the inclusion of 'column-height', is still unresolved.
990-
991990
<wpt>
992991
multicol-columns-001.xht
993992
multicol-columns-002.xht
@@ -2288,6 +2287,7 @@ This appendix is <em>informative</em>.
22882287
<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>
22892288

22902289
<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>.
22912291
<li>Adds a draft of proposed ''column-wrap'' property.</li>
22922292
<li>Adds the ''column-height'' property. <a href="https://github.com/w3c/csswg-drafts/issues/2923#issuecomment-2625930018">Resolved 30 Jan 2025</a>.
22932293
<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

Comments
 (0)