Skip to content

Commit

Permalink
[css-sizing-4] Be specific about 'stretch' becoming 0 in min size pro…
Browse files Browse the repository at this point in the history
…perties. w3c#11044
  • Loading branch information
tabatkins committed Feb 24, 2025
1 parent 7da2427 commit 00a4565
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css-sizing-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,12 @@ Stretch-fit Sizing: filling the containing block</h3>

: Otherwise
::
Behaves as the property's [=initial value=].
In a [=preferred size property=],
[=behaves as auto=].
In a [=min size property=],
behaves as ''0''.
In a [=max size property=],
behaves as ''max-width/none''.

<div class="example">
For example, given the following HTML representing two [=block boxes=]:
Expand Down

0 comments on commit 00a4565

Please sign in to comment.