Skip to content

Commit 9ca72a7

Browse files
committed
[css-grid] => 'behaves as auto'. Fixes #2367.
1 parent efc4bb9 commit 9ca72a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-grid-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3777,7 +3777,7 @@ Resolve Intrinsic Track Sizes</h3>
37773777
the item’s 'min-width' or 'min-height' value
37783778
(whichever matches the relevant axis)
37793779
as its specified size
3780-
if its specified size ('width' or 'height', whichever matches the relevant axis) is ''width/auto'',
3780+
if its computed size ('width' or 'height', whichever matches the relevant axis) [=behaves as auto=],
37813781
or else the item’s <a>min-content contribution</a>.
37823782

37833783
Note: For items with a specified minimum size of ''min-width/auto'' (the initial value),

0 commit comments

Comments
 (0)