Skip to content

Commit

Permalink
[css-grid] Fix ambiguity reported in #507.
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Nov 26, 2016
1 parent d2f32a8 commit b72e215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css-grid/Overview.bs
Expand Up @@ -3858,7 +3858,9 @@ Resolve Intrinsic Track Sizes</h3>
to the maximum of its items’ <dfn noexport>min-size contributions</dfn>:
the value specified by its respective 'min-width' or 'min-height' properties
(whichever matches the relevant axis)
if the specified size is ''width/auto'',
if the specified size
('width' or 'height', whichever matches the relevant axis)
is ''width/auto'',
or else the item’s <a>min-content contribution</a>.

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

0 comments on commit b72e215

Please sign in to comment.