Re: [csswg-drafts] [css-grid] Ability to have grid items cause cells to be marked as occupied for flow purposes

> for example, if an image 100px tall by 250px tall is placed into a cell, it will overlap the next cell and a half to the right of its own cell.

Are you sure you're not just seeing a bug in Chrome? In the case you describe, the max-sizing function is fixed and if the image has a default `min-width:auto` then the clamping rule in ยง6.6 applies and the image should be 100px wide and its height scaled according to its intrinsic ratio.  This works correctly in Firefox Nightly, but not Chrome Canary.

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

Received on Tuesday, 30 May 2017 11:42:22 UTC