@@ -411,21 +411,21 @@ Sizing Values: the <<length-percentage>>, ''width/auto'' | ''max-width/none'', '
411
411
<dd>
412
412
If specified for the inline axis,
413
413
use the <a>min-content inline size</a> ;
414
- otherwise compute to the property’s <a>initial value</a> .
414
+ otherwise behaves as the property’s <a>initial value</a> .
415
415
416
416
<dt> <dfn>max-content</dfn>
417
417
<dd>
418
418
If specified for the inline axis,
419
419
use the <a>max-content inline size</a> ;
420
- otherwise compute to the property’s <a>initial value</a> .
420
+ otherwise behaves as the property’s <a>initial value</a> .
421
421
<!--
422
422
<dt> <dfn>fit-content</dfn>
423
423
<dd>
424
424
If specified for the inline axis,
425
425
use the <a>fit-content inline size</a>
426
426
i.e.
427
427
<code> min(''width/max-content'' , max(''width/min-content'' , ''width/stretch'' ))</code> ;
428
- otherwise compute to the property’s <a>initial value</a> .
428
+ otherwise behaves as the property’s <a>initial value</a> .
429
429
-->
430
430
<dt> <dfn>fit-content(<<length-percentage>>)</dfn>
431
431
<dd>
@@ -434,7 +434,7 @@ Sizing Values: the <<length-percentage>>, ''width/auto'' | ''max-width/none'', '
434
434
with the <a>available space</a> replaced by the specified argument,
435
435
i.e.
436
436
<code> min(''width/max-content'' , max(''width/min-content'' , <<length-percentage>> ))</code> ;
437
- otherwise compute to the property’s <a>initial value</a> .
437
+ otherwise behaves as the property’s <a>initial value</a> .
438
438
439
439
Negative values are invalid.
440
440
</dl>
0 commit comments