[Webkit-unassigned] [Bug 164608] keyframes do not work when defined inside a style in a shadowRoot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 16:06:56 PST 2016


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

--- Comment #2 from Dean Jackson <dino at apple.com> ---
It appears that KeyframeAnimation::resolveKeyframeStyles() calls into Element::styleResolver(), but that gets null for containingShadowRoot() so returns the Document's style resolver.

I think the keyframes rule is in the shadow root's style resolver. But I'm not sure if containingShadowRoot should be null here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161115/cae9c684/attachment.html>


More information about the webkit-unassigned mailing list