Skip to content

Commit 209432f

Browse files
committed
[css-grid] Clarifications to min-size contribution definition. #507
1 parent b72e215 commit 209432f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css-grid/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3856,11 +3856,11 @@ Resolve Intrinsic Track Sizes</h3>
38563856
Otherwise,
38573857
set its <a>base size</a>
38583858
to the maximum of its items’ <dfn noexport>min-size contributions</dfn>:
3859-
the value specified by its respective 'min-width' or 'min-height' properties
3859+
the outer size that would result from assuming
3860+
an item’s 'min-width' or 'min-height' value
38603861
(whichever matches the relevant axis)
3861-
if the specified size
3862-
('width' or 'height', whichever matches the relevant axis)
3863-
is ''width/auto'',
3862+
as its specified size
3863+
if its specified size ('width' or 'height', whichever matches the relevant axis) is ''width/auto'',
38643864
or else the item’s <a>min-content contribution</a>.
38653865

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

0 commit comments

Comments
 (0)