[Webkit-unassigned] [Bug 66142] New: [CSSRegions] RenderRegion should not reference a parent RenderFlowThread
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 12 09:39:19 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66142
Summary: [CSSRegions] RenderRegion should not reference a
parent RenderFlowThread
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: achicu at adobe.com
Because RenderRegion can actually be part of other RenderFlowThreads we need to check that it is not actually trying to display a parent RenderFlowThread.
Example:
<div style="flow: 'flow1';">
<div style="content: from-flow:'flow1'></div>
</div>
Also we need to check for circular dependencies like the following one:
<div style="flow: 'flow1';">
<div style="content: from-flow:'flow2'></div>
</div>
<div style="flow: 'flow2';">
<div style="content: from-flow:'flow1'></div>
</div>
--
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