Bug 130330 - [CSS Regions] Implement the cycle detection algorithm
Summary: [CSS Regions] Implement the cycle detection algorithm
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: 2014-03-17 06:34 PDT by Andrei Bucur
Modified: 2022-07-13 09:18 PDT (History)
3 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 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.