@@ -234,7 +234,7 @@ Auto Box Sizes</h3>
234
234
235
235
: <dfn>min-content block size</dfn>
236
236
:: In general,
237
- and definitely for block-level and inline-level boxes,
237
+ and definitely for [= block containers=] , tables, and [= inline boxes=] ,
238
238
this is equivalent to the <a>max-content block size</a> .
239
239
240
240
<dt> <dfn>fit-content size</dfn>
@@ -248,7 +248,7 @@ Auto Box Sizes</h3>
248
248
Note: This is called the “shrink-to-fit” width in <a href="https://www.w3.org/TR/CSS2/visudet.html#float-width">CSS2.1§10.3.5</a>
249
249
and <a href="https://www.w3.org/TR/css3-multicol/#pseudo-algorithm">CSS Multi-column Layout § 3.4</a> .
250
250
251
- <dd > <dfn>intrinsic size</dfn>
251
+ <dt > <dfn>intrinsic size</dfn>
252
252
<dd>
253
253
A <a>max-content size</a> or <a>min-content size</a> ,
254
254
i.e. a size arising primarily from the size of the content.
@@ -446,30 +446,28 @@ Sizing Values: the <<length-percentage>>, ''width/auto'' | ''max-width/none'', '
446
446
<dd>
447
447
If specified for the inline axis,
448
448
use the <a>min-content inline size</a> ;
449
- otherwise behaves as the property’s <a>initial value</a> .
449
+ otherwise compute to ''width/auto'' .
450
450
451
451
<dt> <dfn>max-content</dfn>
452
452
<dd>
453
453
If specified for the inline axis,
454
454
use the <a>max-content inline size</a> ;
455
- otherwise behaves as the property’s <a>initial value</a> .
455
+ otherwise compute to ''width/auto'' .
456
456
<!--
457
457
<dt> <dfn>fit-content</dfn>
458
458
<dd>
459
- If specified for the inline axis ,
460
- use the <a>fit-content inline size</a>
459
+ Use the <a>fit-content inline size</a> or <a>fit-content block size</a> ,
460
+ as appropriate to the writing mode,
461
461
i.e.
462
- <code> min(''width/max-content'' , max(''width/min-content'' , ''width/stretch'' ))</code> ;
463
- otherwise behaves as the property’s <a>initial value</a> .
462
+ <code> min(''width/max-content'' , max(''width/min-content'' , ''width/stretch'' ))</code> .
464
463
-->
465
464
<dt> <dfn>fit-content(<<length-percentage>>)</dfn>
466
465
<dd>
467
- If specified for the inline axis,
468
- use the fit-content formula
466
+ Use the fit-content formula
469
467
with the <a>available space</a> replaced by the specified argument,
470
468
i.e.
471
- <code> min(''width/max-content'' , max(''width/min-content'' , <<length-percentage>> ))</code> ;
472
- otherwise behaves as the property’s <a>initial value</a> .
469
+ <code> min(''width/max-content'' , max(''width/min-content'' , <<length-percentage>> ))</code> .
470
+
473
471
For <a>intrinsic size contributions</a> ,
474
472
''fit-content(<<length>>)'' behaves as the resulting length;
475
473
''width/fit-content()'' containing a <<percentage>> behaves
0 commit comments