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
Former Editor: Håkon Wium Lie, Opera Software, howcome@opera.com, w3cid 9796
12
14
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.
@@ -1026,7 +1036,7 @@ Additionally, a ''::column'' pseudo-element can have a ''::scroll-marker'' pseud
1026
1036
as ''::column::scroll-marker''.
1027
1037
(Other pseudo-elements do not exist on ''::column''.)
1028
1038
Such ''::scroll-marker'' pseudo-elements
1029
-
inherit from the ''::column'' pseudo-element's [=superior parent=],
1039
+
inherit from the ''::column'' pseudo-element's [=originating element=],
1030
1040
rather than the ''::column'' itself.
1031
1041
1032
1042
Note: This list of properties and pseudo-elements that work on ''::column''
@@ -1106,7 +1116,7 @@ without caring about the <em>contents</em>.
1106
1116
The 'column-gap' property is defined in [[!CSS3-ALIGN]].
1107
1117
1108
1118
In a [=multi-column formatting context=]
1109
-
the used value of ''normal'' for the 'column-gap' property is ''1em''.
1119
+
the used value of ''column-gap/normal'' for the 'column-gap' property is ''1em''.
1110
1120
This ensures columns are readable when the initial values are used.
1111
1121
If there is a column rule between columns,
1112
1122
it will appear in the middle of the gap.
@@ -1459,7 +1469,7 @@ Spanning columns</h2>
1459
1469
If it is smaller than the used value of 'column-width',
1460
1470
this is the same as if ''column-span: none'' had been specified.
1461
1471
Otherwise, the number of columns spanned is the smallest positive integer <var>n</var>
1462
-
for which <code><var>n</var> × <var>'column-width'</var> + (<var>n</var> - 1) × <var>'column-gap'</var></code>
1472
+
for which <code><var>n</var> × <var ignore>'column-width'</var> + (<var>n</var> - 1) × <var ignore>'column-gap'</var></code>
1463
1473
is larger than the <a>min-content</a><a>outer size</a>.
1464
1474
If this would be larger than the number of columns,
1465
1475
the number of columns spanned will be the same as if ''column-span: all'' had been specified.
@@ -2135,11 +2145,11 @@ Pagination and Overflow Outside Multicol Containers</h3>
2135
2145
2136
2146
This appendix is <em>informative</em>.
2137
2147
2138
-
<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]] of 16 May 2024</a></h3>
2148
+
<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>
2139
2149
2140
2150
<ul>
2141
2151
<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>
2142
-
<li>Adds a draft of proposed ''<integer>'' and ''auto'' values for ''column-span''.</li>
2152
+
<li>Adds a draft of proposed <css><integer></css> and <css>auto</css> values for ''column-span''.</li>
0 commit comments