Bug 248389
Summary: | [web-animations] store pseudo-element as a PseudoId on DeclarativeAnimationEvent | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | Antoine Quint <graouts> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino, graouts, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 235145 |
Antoine Quint
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/6854
EWS
Committed 257069@main (7fd1368cc82b): <https://commits.webkit.org/257069@main>
Reviewed commits have been landed. Closing PR #6854 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/102715640>