[Webkit-unassigned] [Bug 173027] Pseudo-elements (::after) in shadow roots don't animate
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 27 06:22:30 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=173027
Antoine Quint <graouts at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |graouts at webkit.org
--- Comment #4 from Antoine Quint <graouts at webkit.org> ---
We fail to start the animation under AnimationTimeline::updateCSSAnimationsForElement() because shouldConsiderAnimation() returns false in this statement:
if (auto* styleScope = Style::Scope::forOrdinal(element, animation.nameStyleScopeOrdinal()))
return styleScope->resolver().isAnimationNameValid(name);
Indeed, m_keyframesRuleMap is empty and so we cannot validate the animation name.
--
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/20200527/37c2efae/attachment-0001.htm>
More information about the webkit-unassigned
mailing list