Skip to content

Commit 47635a7

Browse files
committed
[css-rhythm-1] Publication fixes
1 parent 33a1b2b commit 47635a7

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

css-rhythm-1/Overview.bs

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<style>
22
.example .figure img {
3-
background-color: white;
4-
padding: 20px;
5-
margin: 20px;
3+
background-color: white;
4+
padding: 20px;
5+
margin: 20px;
66
}
77
</style>
88
<pre class=metadata>
@@ -17,7 +17,7 @@ Editor: Elika J. Etemad / fantasai, Apple, http://fantasai.inkedblade.net/contac
1717
ED: https://drafts.csswg.org/css-rhythm/
1818
TR: https://www.w3.org/TR/css-rhythm-1/
1919
Abstract: This module contains CSS features for aligning content size
20-
to multiple of unit size.
20+
to multiple of unit size.
2121
</pre>
2222
<pre class=link-defaults>
2323
spec:css2; type:property; text:max-height
@@ -26,6 +26,7 @@ spec:css2; type:property; text:min-width
2626
spec:css-writing-modes-4; type:dfn; text:end
2727
spec:css-writing-modes-4; type:dfn; text:start
2828
spec:css-break-3; type:dfn; text:fragment
29+
spec:css-box-4; type:dfn; text:content area
2930
</pre>
3031

3132
Introduction {#intro}
@@ -278,7 +279,7 @@ Specifying Alignment: the 'block-step-align' property {#block-step-align}
278279
<dl dfn-for="block-step-align" dfn-type="value">
279280
<dt><dfn>auto</dfn>
280281
<dd>
281-
If 'block-step-insert' is ''margin-box'':
282+
If 'block-step-insert' is ''block-step-insert/margin-box'':
282283
if 'align-self' is ''start'', ''end'', or ''center'', treat as that value,
283284
otherwise treat as ''center''.
284285

@@ -302,7 +303,7 @@ Specifying Alignment: the 'block-step-align' property {#block-step-align}
302303
additional spacing cannot be added to margins
303304
that are truncated or omitted due to unforced fragmentation breaks
304305
(see [[CSS3-PAGE]] and [[CSS-BREAK-3]]);
305-
therefore if 'block-step-insert' is ''margin-box'',
306+
therefore if 'block-step-insert' is ''block-step-insert/margin-box'',
306307
all extra space derived from applying 'block-step-size'
307308
must be inserted on the opposite side of the fragment
308309
(regardless of 'block-step-align').
@@ -402,7 +403,7 @@ by making heights of all lines an integer multiple of the <a>step unit</a>.
402403
the closest multiple of the unit.
403404
Negative <<length>> values are invalid.
404405

405-
[[!CSS21]] <a href="https://drafts.csswg.org/css2/visudet.html#line-height">&#xA7;10.8 Line height calculations</a>
406+
[[!CSS2]] <a href="https://drafts.csswg.org/css2/visudet.html#line-height">&#xA7;10.8 Line height calculations</a>
406407
defines how to compute the height of a line box from its inline-level content.
407408
The rounding is applied to the resulting height of the line box,
408409
and the additional space is distributed to

0 commit comments

Comments
 (0)