Skip to content

Commit c4b1fdf

Browse files
committed
[css-sizing-3] Remove non-zero to avoid open-range problem. (Initial value is 'auto', so this won't shrink down to zero by default.) #4217
1 parent 64d0860 commit c4b1fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-sizing-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ Intrinsic Sizes</h3>
838838
use the <a>stretch fit</a> into that size for the inline size
839839
and calculate the block size using the aspect ratio.
840840
* Otherwise
841-
if the box has a <a>definite</a> non-zero 'min-width' or 'min-height',
841+
if the box has a [=definite=] value for 'min-width' or 'min-height',
842842
use that size and calculate the other dimension using the aspect ratio;
843843
if both dimensions have a definite minimum,
844844
choose the one that results in the larger overall size.

0 commit comments

Comments
 (0)