Skip to content

Commit 7f1639d

Browse files
committed
[css-multicol-2] Prepare for publication
1 parent 441c39b commit 7f1639d

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

css-multicol-2/Overview.bs

+21-6
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,25 @@ Title: CSS Multi-column Layout Module Level 2
33
Group: CSSWG
44
Shortname: css-multicol
55
Level: 2
6-
Status: ED
6+
Status: FPWD
7+
Prepare for TR: yes
78
Work Status: Exploring
89
ED: https://drafts.csswg.org/css-multicol-2/
10+
TR: https://www.w3.org/TR/css-multicol-2/
911
Editor: Florian Rivoal, On behalf of Bloomberg, http://florian.rivoal.net/, w3cid 43241
1012
Editor: Rachel Andrew, Google, rachelandrew@google.com, w3cid 81117
1113
Former Editor: Håkon Wium Lie, Opera Software, howcome@opera.com, w3cid 9796
1214
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.
1315
Link Defaults: css-color (property) color, css-sizing-3 (property) max-height, css-backgrounds-3 (value) hidden
1416
Include Can I Use Panels: yes
17+
WPT Path Prefix: /css/css-multicol/
18+
</pre>
19+
20+
<pre class="ignored-specs">
21+
spec: css21;
22+
</pre>
23+
<pre class=link-defaults>
24+
spec:css-break-4; type:dfn; text:fragment
1525
</pre>
1626

1727
<style type="text/css">
@@ -1026,7 +1036,7 @@ Additionally, a ''::column'' pseudo-element can have a ''::scroll-marker'' pseud
10261036
as ''::column::scroll-marker''.
10271037
(Other pseudo-elements do not exist on ''::column''.)
10281038
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=],
10301040
rather than the ''::column'' itself.
10311041

10321042
Note: This list of properties and pseudo-elements that work on ''::column''
@@ -1106,7 +1116,7 @@ without caring about the <em>contents</em>.
11061116
The 'column-gap' property is defined in [[!CSS3-ALIGN]].
11071117

11081118
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''.
11101120
This ensures columns are readable when the initial values are used.
11111121
If there is a column rule between columns,
11121122
it will appear in the middle of the gap.
@@ -1459,7 +1469,7 @@ Spanning columns</h2>
14591469
If it is smaller than the used value of 'column-width',
14601470
this is the same as if ''column-span: none'' had been specified.
14611471
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>
14631473
is larger than the <a>min-content</a> <a>outer size</a>.
14641474
If this would be larger than the number of columns,
14651475
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>
21352145

21362146
This appendix is <em>informative</em>.
21372147

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>
21392149

21402150
<ul>
21412151
<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>&lt;integer></css> and <css>auto</css> values for ''column-span''.</li>
21432153
</ul>
21442154

21452155
<h2 class="no-num" id="privacy">Privacy Considerations</h2>
@@ -2201,5 +2211,10 @@ Acknowledgments</h2>
22012211
<wpt hidden>
22022212
crashtests/block-in-inline-become-float.html
22032213
crashtests/multicol-with-oof-in-multicol-with-oof-in-multicol.html
2214+
column-rule-001.html
2215+
column-rule-002.html
2216+
crashtests/text-box-trim-end-and-widows.html
2217+
multicol-span-all-rule-002.html
2218+
parsing/column-span-invalid.html
22042219
</wpt>
22052220

0 commit comments

Comments
 (0)