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
@@ -1141,6 +1248,15 @@ without caring about the <em>contents</em>.
1141
1248
multicol-gap-animation-003.html
1142
1249
</wpt>
1143
1250
1251
+
<h3 id='cg'>Gutters Between Rows: the 'row-gap' property</h3>
1252
+
1253
+
The 'row-gap' property is defined in [[!CSS3-ALIGN]].
1254
+
1255
+
In a [=multi-column formatting context=]
1256
+
the used value of ''row-gap/normal'' for the 'row-gap' property is ''1em''.
1257
+
If there is a rule between rows,
1258
+
it will appear in the middle of the gap.
1259
+
1144
1260
<h3 id='crc'>The Color of Column Rules: the
1145
1261
'column-rule-color' property</h3>
1146
1262
@@ -2149,7 +2265,9 @@ This appendix is <em>informative</em>.
2149
2265
<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>
2150
2266
2151
2267
<ul>
2152
-
<li>Adds the the ''::column'' pseudo-element. <a href="https://github.com/w3c/csswg-drafts/issues/10715#issuecomment-2379924982">Resolved 27 Sep 2024</a>.</li>
2268
+
<li>Adds a draft of proposed ''column-wrap'' property.</li>
2269
+
<li>Adds the ''column-height'' property. <a href="https://github.com/w3c/csswg-drafts/issues/2923#issuecomment-2625930018">Resolved 30 Jan 2025</a>.
2270
+
<li>Adds the ''::column'' pseudo-element. <a href="https://github.com/w3c/csswg-drafts/issues/10715#issuecomment-2379924982">Resolved 27 Sep 2024</a>.</li>
2153
2271
<li>Adds a draft of proposed <css><integer></css> and <css>auto</css> values for ''column-span''.</li>
0 commit comments