Bug 124576 - [CSS Regions] Move the isValid logic to RenderNamedFlowFragment
Summary: [CSS Regions] Move the isValid logic to RenderNamedFlowFragment
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andrei Bucur
URL:
Keywords: AdobeTracked
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2013-11-19 04:47 PST by Andrei Bucur
Modified: 2022-07-13 09:21 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Bucur 2013-11-19 04:47:48 PST
There is no reason to have isValid bit inside the RenderRegion class. The bit is used to mark a region as generating cyclic dependencies between named flows. Move the bit to RenderNamedFlowFragment.
Comment 1 Brent Fulgham 2022-07-13 09:21:01 PDT
CSS Regions were removed in Bug 174978.