Bug 248389 - [web-animations] store pseudo-element as a PseudoId on DeclarativeAnimationEvent
Summary: [web-animations] store pseudo-element as a PseudoId on DeclarativeAnimationEvent
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks: 235145
  Show dependency treegraph
 
Reported: 2022-11-28 04:09 PST by Antoine Quint
Modified: 2022-11-28 06:39 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2022-11-28 04:09:55 PST
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.
Comment 1 Antoine Quint 2022-11-28 04:22:14 PST
Pull request: https://github.com/WebKit/WebKit/pull/6854
Comment 2 EWS 2022-11-28 06:38:44 PST
Committed 257069@main (7fd1368cc82b): <https://commits.webkit.org/257069@main>

Reviewed commits have been landed. Closing PR #6854 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-11-28 06:39:18 PST
<rdar://problem/102715640>