[Webkit-unassigned] [Bug 248389] New: [web-animations] store pseudo-element as a PseudoId on DeclarativeAnimationEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 04:09:55 PST 2022


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

            Bug ID: 248389
           Summary: [web-animations] store pseudo-element as a PseudoId on
                    DeclarativeAnimationEvent
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: dino at apple.com, graouts at apple.com

For bug 235145, we're going to need to sort animation events by composite order and account for the relative position of the event targets, which means we'll need to get to the pseudo-element quite a bit. This is currently stored as a string, but we should store it as a PseudoId to be efficient, and convert to a string for API use as needed.

-- 
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/20221128/8e329cf2/attachment.htm>


More information about the webkit-unassigned mailing list