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 | ||
Andrei Bucur
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brent Fulgham
CSS Regions were removed in Bug 174978.