Skip to content

Commit 00a4565

Browse files
committed
[css-sizing-4] Be specific about 'stretch' becoming 0 in min size properties. #11044
1 parent 7da2427 commit 00a4565

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-sizing-4/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,12 @@ Stretch-fit Sizing: filling the containing block</h3>
874874

875875
: Otherwise
876876
::
877-
Behaves as the property's [=initial value=].
877+
In a [=preferred size property=],
878+
[=behaves as auto=].
879+
In a [=min size property=],
880+
behaves as ''0''.
881+
In a [=max size property=],
882+
behaves as ''max-width/none''.
878883

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

0 commit comments

Comments
 (0)