RESOLVED WONTFIX 102220
[CSS Regions] Don't attach the content to a flow thread unless there's a valid region chain
https://bugs.webkit.org/show_bug.cgi?id=102220
Summary [CSS Regions] Don't attach the content to a flow thread unless there's a vali...
Andrei Bucur
Reported 2012-11-14 06:03:10 PST
The CSS Regions spec states: The process for resolving an RFCB's ‘height’ and the three-step process used to lay out documents containing regions and named flows are conceptual descriptions of what the layout should yield and implementations should optimize to reduce the number of steps and phases necessary wherever possible. A good optimization is to skip the layout altogether if there are no regions to receive content (basically there's no point in generating fragments if there are no regions to contain them).
Attachments
Andrei Bucur
Comment 1 2014-03-17 00:56:04 PDT
An even better optimization is actually not attaching the content at all if there is no valid region chain. Rename the bug to track this instead.
Brent Fulgham
Comment 2 2022-07-13 09:26:07 PDT
CSS Regions were removed in Bug 174978.
Note You need to log in before you can comment on or make changes to this bug.