[Webkit-unassigned] [Bug 222187] REGRESSION(iOS 14): Using Web Components with large quantities of CSS Variables in Shadow DOM results in performance issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 06:05:48 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=222187

--- Comment #14 from Antti Koivisto <koivisto at iki.fi> ---
The issue is that hovering the element causes us to invalidate the entire shadow tree style. Since everything here is in a shadow tree that's a big invalidation. 

The invalidation is triggered by the UA stylesheet having some :hover rules targeting pseudo elements in UA shadow tree. This should not require invalidation except for those specific elements.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210504/bc48dc39/attachment.htm>


More information about the webkit-unassigned mailing list