[Webkit-unassigned] [Bug 64689] [CSSRegions]Add basic RenderRegion support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 26 01:01:38 PDT 2011


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





--- Comment #6 from Mihnea Ovidenie <mihnea at adobe.com>  2011-07-26 01:01:38 PST ---
(In reply to comment #4)
> (From update of attachment 101321 [details])
> It's pretty hard for me to evaluate this patch without understanding a bit more about what RenderRegion is going to be doing. At first glance it looks pretty odd to me that RenderRegion is a replaced element. I don't quite understand that.
> 
> I was also a bit surprised to see a RenderRegion created if regionThread is set in the style. How does this interact with different display types? It seems like the display type is being ignored?

I have added basic layout and painting code. The RenderRegion object does not take its content from RenderFlowThread yet, it will do that in the next forthcoming patches.

We use now RenderBox as a base class for RenderRegion. When creating a RenderRegion, a filtering is made so that only certain display type elements can become regions.

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