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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 25 15:56:52 PDT 2012


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


Alan Stearns <stearns at adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stearns at adobe.com




--- Comment #4 from Alan Stearns <stearns at adobe.com>  2012-06-25 15:56:48 PST ---
(In reply to comment #2)
> 
> What about table, box, flexbox, grid and their inline versions?

The current spec says that flow-from applies to non-replaced block containers.

A table is a block-level box but it is not a block-level container (according to CSS 2.1 section 9.2.1) so it is not a valid flow-from target.

I am not familiar with 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.

The flexbox specification says that it is definitely not a block container. So for now it's not a valid flow-from target.

Inline versions of anything are not valid flow-from targets.

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