[webkit-reviews] review requested: [Bug 66143] [CSSRegions] RenderFlowThread layout should use the attached region sizes : [Attachment 104659] Patch V1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 03:40:03 PDT 2011


Chiculita Alexandru <achicu at adobe.com> has asked  for review:
Bug 66143: [CSSRegions] RenderFlowThread layout should use the attached region
sizes
https://bugs.webkit.org/show_bug.cgi?id=66143

Attachment 104659: Patch V1
https://bugs.webkit.org/attachment.cgi?id=104659&action=review

------- Additional Comments from Chiculita Alexandru <achicu at adobe.com>
RenderFlowThread::layout will set the current flow thread on its own
RenderView. RenderFlowThread cannot be nested inside a single RenderView, so
there's no need to keep it on the LayoutState.

The RenderFlowThread uses the width of the maximum region, but when it comes to
measuring the width of a specific line, the width is adjusted by the difference
between the largest region and the region that contains that line.


More information about the webkit-reviews mailing list