Skip to content

Commit b603bfb

Browse files
committed
[css-sizing-3] Don't compute *-content to 'auto' in block axis bc implementors don't like it. Related to #2708.
1 parent d86d2d8 commit b603bfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-sizing-3/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -411,21 +411,21 @@ Sizing Values: the <<length-percentage>>, ''width/auto'' | ''max-width/none'', '
411411
<dd>
412412
If specified for the inline axis,
413413
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>.
415415

416416
<dt><dfn>max-content</dfn>
417417
<dd>
418418
If specified for the inline axis,
419419
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>.
421421
<!--
422422
<dt><dfn>fit-content</dfn>
423423
<dd>
424424
If specified for the inline axis,
425425
use the <a>fit-content inline size</a>
426426
i.e.
427427
<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>.
429429
-->
430430
<dt><dfn>fit-content(<<length-percentage>>)</dfn>
431431
<dd>
@@ -434,7 +434,7 @@ Sizing Values: the <<length-percentage>>, ''width/auto'' | ''max-width/none'', '
434434
with the <a>available space</a> replaced by the specified argument,
435435
i.e.
436436
<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>.
438438

439439
Negative values are invalid.
440440
</dl>

0 commit comments

Comments
 (0)