[Webkit-unassigned] [Bug 89759] [CSSRegions]Change display values that allow regions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 16:14:23 PDT 2012


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





--- Comment #5 from Tony Chang <tony at chromium.org>  2012-06-25 16:14:21 PST ---
(In reply to comment #4)
> I am not familiar with display:box.

It's the old flexbox spec. If we can't flow-from a display:flex, then we probably shouldn't flow from a display: box.

> Grid might work. The "Grid Layout" version of the specification is not specific about whether display:grid creates a block container, but the "Grid Template Layout" version does say that a grid is a block container. I'll add that value to the note.

This might be an oversight. It probably doesn't make sense to flow from a display:grid for the same reasons you can't flow from a flexbox (the grid itself doesn't have content, it just controls placement of its children).

-- 
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