Skip to content

Commit afcf3dd

Browse files
committed
post publication updates
1 parent 59027af commit afcf3dd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css-multicol-1/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Work Status: Testing
88
WPT Path Prefix: /css/css-multicol/
99
ED: https://drafts.csswg.org/css-multicol/
1010
TR: https://www.w3.org/TR/css-multicol-1/
11+
Previous Version: https://www.w3.org/TR/2018/WD-css-multicol-1-20180528/
1112
Previous Version: https://www.w3.org/TR/2017/WD-css-multicol-1-20171005/
1213
Previous Version: https://www.w3.org/TR/2011/CR-css3-multicol-20110412/
1314
Previous Version: https://www.w3.org/TR/2009/CR-css3-multicol-20091217/
@@ -23,11 +24,13 @@ Issue Tracking: Disposition of Comments https://drafts.csswg.org/css-multicol-1/
2324
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.
2425
Link Defaults: css-color (property) color, css2 (property) max-height, css-backgrounds-3 (value) hidden
2526
</pre>
27+
2628
<pre class="link-defaults">
2729
spec:css-sizing-3; type:property; text:min-height
2830
spec:css-break-4; type:dfn; text:fragment
2931
spec:css-align-3; type:property; text:column-gap
3032
spec:css-align-3; type:value; for:column-gap; text:normal
33+
spec:css-display-3; type:property; text:display
3134
</pre>
3235

3336
<style type="text/css">
@@ -269,7 +272,7 @@ The Multi-Column Model</h2>
269272

270273
Note: Column boxes, which are [=anonymous boxes=],
271274
do not become the containing block
272-
for [=absolutely-positioned boxes=].
275+
for [=absolutely positioned boxes=].
273276
The 'position' property, which establishes a containing block for such boxes,
274277
applies to the [=multicol container=], it being the [=principal box=].
275278

@@ -345,7 +348,7 @@ The Multi-Column Model</h2>
345348
A [=multi-column container=] therefore is a regular [=block container=]
346349
that establishes a new [=independent formatting context=]
347350
whose contents consist of a series of
348-
[=multicol lines=] and <dfn:export>multicol spanners</dfn>.
351+
[=multicol lines=] and multicol spanners.
349352
Each [=multi-column line=] acts as a [=block-level box=]
350353
that establishes a <dfn>multi-column formatting context</dfn>
351354
for its [=column boxes=];

0 commit comments

Comments
 (0)