Re: [csswg-drafts] [css-grid] Percentages and intrinsic size

> (FWIW, I don't have a strong opinion on this except that an 
auto-sized thing should not have its contents overflow.)

@fantasai: Does that mean you want the grid container to overflow its 
parent, in preference to the grid’s contents overflowing the grid 
container?  That would upend the way blocks are usually treated: given
 an `auto`-width `div` containing a very wide image, the `div`’s width
 is controlled by its parent’s width, and the image inside it spills 
out.  Are you saying given a similar case, except with a very wide 
grid track, the grid container should spill out of its parent in order
 to contain the grid track?

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

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