[Webkit-unassigned] [Bug 102538] Introduce a new renderer for grid areas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 15:06:32 PST 2012


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





--- Comment #3 from Julien Chaffraix <jchaffraix at webkit.org>  2012-11-20 15:08:30 PST ---
Created an attachment (id=175285)
 --> (https://bugs.webkit.org/attachment.cgi?id=175285&action=review)
Prototype, RFC: Patch that adds support for percent resolution without grid areas

It turns out that we don't need to hack around too much as most elements fall back to RenderBox. This matches table cells FWIW.

The nasty side of this patch is that you have to override RenderGrid's size in order to properly lay out the grid items (RenderGrid pretends to have the grid area's size).

All in all, it should be OK and I can't think of other issues with this approach.

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