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
1717ED : https://drafts.csswg.org/css-rhythm/
1818TR : https://www.w3.org/TR/css-rhythm-1/
1919Abstract : 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>
2323spec:css2; type:property; text:max-height
@@ -26,6 +26,7 @@ spec:css2; type:property; text:min-width
2626spec:css-writing-modes-4; type:dfn; text:end
2727spec:css-writing-modes-4; type:dfn; text:start
2828spec:css-break-3; type:dfn; text:fragment
29+ spec:css-box-4; type:dfn; text:content area
2930</pre>
3031
3132Introduction {#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">§10.8 Line height calculations</a>
406+ [[!CSS2 ]] <a href="https://drafts.csswg.org/css2/visudet.html#line-height">§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