Bug 273166 - [view-transitions] Pseudo elements can't be captured
Summary: [view-transitions] Pseudo elements can't be captured
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Woodrow
URL:
Keywords: InRadar
Depends on:
Blocks: css-view-transitions
  Show dependency treegraph
 
Reported: 2024-04-23 21:39 PDT by Matt Woodrow
Modified: 2024-04-29 14:05 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Woodrow 2024-04-23 21:39:22 PDT
Pseudo elements (like ::backdrop) don't have an associated Element, so can't be found by ViewTransition's forEachElementInPaintOrder
Comment 1 Radar WebKit Bug Importer 2024-04-23 21:39:34 PDT
<rdar://problem/126964779>
Comment 2 Matt Woodrow 2024-04-23 21:48:46 PDT
Pull request: https://github.com/WebKit/WebKit/pull/27674
Comment 3 EWS 2024-04-29 14:05:19 PDT
Committed 278123@main (3ba31ee3b3d5): <https://commits.webkit.org/278123@main>

Reviewed commits have been landed. Closing PR #27674 and removing active labels.