Skip to content

Commit 64d0860

Browse files
committed
[css-sizing-3] Allow intrinsic sizing keywords to mean the corrsponding intrinsic sizes. Default to automatic size in the block axis unless otherwise defined. #3973 #4587
1 parent 2135f99 commit 64d0860

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

css-sizing-3/Overview.bs

+9-8
Original file line numberDiff line numberDiff line change
@@ -445,20 +445,21 @@ Sizing Values: the <<length-percentage>>, ''width/auto'' | ''max-width/none'', '
445445

446446
<dt><dfn>min-content</dfn>
447447
<dd>
448-
If specified for the inline axis,
449-
use the <a>min-content inline size</a>;
450-
otherwise compute to ''width/auto''.
448+
Use the <a>min-content size</a> in the relevant axis;
449+
for a box’s [=block size=],
450+
unless otherwise specified,
451+
this is equivalent to its [=automatic size=].
451452

452453
<dt><dfn>max-content</dfn>
453454
<dd>
454-
If specified for the inline axis,
455-
use the <a>max-content inline size</a>;
456-
otherwise compute to ''width/auto''.
455+
Use the <a>min-content size</a> in the relevant axis;
456+
for a box’s [=block size=],
457+
unless otherwise specified,
458+
this is equivalent to its [=automatic size=].
457459
<!--
458460
<dt><dfn>fit-content</dfn>
459461
<dd>
460-
Use the <a>fit-content inline size</a> or <a>fit-content block size</a>,
461-
as appropriate to the writing mode,
462+
Use the <a>fit-content size</a> in the relevant axis,
462463
i.e.
463464
<code>min(''width/max-content'', max(''width/min-content'', ''width/stretch''))</code>.
464465
-->

0 commit comments

Comments
 (0)