Skip to content

Commit a3ba830

Browse files
committed
Merge branch 'master' of https://github.com/w3c/csswg-drafts
2 parents 05b911b + 36a73e2 commit a3ba830

File tree

4 files changed

+18
-21
lines changed

4 files changed

+18
-21
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=];

css-shadow-parts-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Rules for parsing part mappings {#parsing-mapping}
326326
----------------------------------------------
327327

328328
A <dfn export>valid part mapping</dfn> is a [=pair=] of tokens
329-
separated by a U+003A COLON charater
329+
separated by a U+003A COLON character
330330
and any number of space characters before or after the U+003A COLON
331331
The tokens must not contain U+003A COLON or U+002C COMMA characters.
332332

@@ -356,7 +356,7 @@ Rules for parsing a list of part mappings {#parsing-mapping-list}
356356
----------------------------------------------
357357

358358
A <dfn export>valid list of part mappings</dfn> is a number of valid part mappings
359-
separated by a U+002C COMMA charater
359+
separated by a U+002C COMMA character
360360
and any number of space characters before or after the U+002C COMMA
361361

362362
The rules for parsing a list of part mappings are as follow:

css-writing-modes-3/implementation-report-2019-08.html

Lines changed: 10 additions & 16 deletions
Large diffs are not rendered by default.

cssom-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ string, followed by "<code>)</code>".
259259

260260
To <dfn export>serialize a LOCAL</dfn> means to create a string represented by
261261
"<code>local(</code>", followed by the
262-
<a lt="serialize a string">serialization</a> of the URL as a
262+
<a lt="serialize a string">serialization</a> of the LOCAL as a
263263
string, followed by "<code>)</code>".
264264

265265
To <dfn export>serialize a comma-separated list</dfn> concatenate all items of

0 commit comments

Comments
 (0)