RESOLVED WONTFIX 96736
[CSS Regions] Enhance the way element styles in regions are stored and accessed
https://bugs.webkit.org/show_bug.cgi?id=96736
Summary [CSS Regions] Enhance the way element styles in regions are stored and accessed
Andrei Bucur
Reported 2012-09-14 01:47:18 PDT
Using region styling is currently an expensive operation because the styles are applied to the whole render tree at once, even though it may not be necessary for some renderers. Also, the caching is made during the tree traversal thus making styling individual elements inefficient. We need to find a better way to apply region styling with the following restrictions: - the region style needs to be applied only locally, to a specific renderer, not the whole render tree - the cache needs to be detached from the style change logic - performance outside of regions is not allowed to decrease
Attachments
Brent Fulgham
Comment 1 2022-07-13 09:26:29 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.