[Webkit-unassigned] [Bug 209370] REGRESSION: CSS wavy link hover made with SVG doesn't animate
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 3 10:59:48 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=209370
--- Comment #15 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
The CSS animation DocumentTimeline is added to the SVGDocument of the embedded SVGImage. This SVGDocument is not enumerate-able by Page::forEachDocument(), so we never call updateAnimationsAndSendEvents() for it.
I am not sure what the right solution is:
1. Should we add the DocumentTimeline to the topDocument?
2. Should we make Page::forEachDocument() enumerate through the SVGDocuments of the embedded SVGImages also?
--
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/20200403/0d593a74/attachment.htm>
More information about the webkit-unassigned
mailing list