Bug 130330

Summary: [CSS Regions] Implement the cycle detection algorithm
Product: WebKit Reporter: Andrei Bucur <abucur>
Component: WebCore Misc.Assignee: Andrei Bucur <abucur>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bfulgham, syoichi, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    

Description Andrei Bucur 2014-03-17 06:34:12 PDT
See http://dev.w3.org/csswg/css-regions-1/#circular-dependencies

The major difference from what's currently implemented is that once a region generates a cycle, all the regions inside the cycle stop being regions. The new algorithm should preserve the performance of the current one in the usual case of no-cycles.
Comment 1 Brent Fulgham 2022-07-13 09:18:46 PDT
CSS Regions were removed in Bug 174978.