Re: [csswg-drafts] [css-grid] Implied Minimum Size of Grid Items

OK, here's the current state of the text:

> To provide a more reasonable default minimum size for grid items, 
this specification defines that the auto value of min-width/min-height
 also applies an automatic minimum size in the specified axis to grid 
items whose overflow is visible. (The effect is analogous to the 
automatic minimum size imposed on flex items in their main axis.) 
[CSS-FLEXBOX-1] However, if the grid item spans only grid tracks that 
have a fixed max track sizing function, its automatic minimum size in 
that dimension is further clamped to less than or equal to the size 
necessary to fit its margin box within the resulting grid area 
(flooring at zero).

Let me know if this is clear, or if there's something confusing, 
what's confusing? :)

-- 
GitHub Notification of comment by fantasai
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/283#issuecomment-248657679 
using your GitHub account

Received on Wednesday, 21 September 2016 15:58:47 UTC