[Webkit-unassigned] [Bug 103473] [CSS Grid Layout] Grid element's should be shrink-to-fit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 22:12:06 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103473





--- Comment #1 from Ojan Vafai <ojan at chromium.org>  2012-11-27 22:14:20 PST ---
As I read the spec, it's only defining how shrink-to-fit should work on grid elements, not *when* we should shrink-to-fit them. By default the grid's width should size to it's container like any block element. It shrink-to-fits if you float it, absolutely position it, make it display:inline-grid or it's container is an inline-block.

I don't see anything in the spec saying that grids should shrink-to-fit by default.

I'm not convinced we get any of those cases correct. So layout tests, at the least, would be great.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list