Bug 273166

Summary: [view-transitions] Pseudo elements can't be captured
Product: WebKit Reporter: Matt Woodrow <mattwoodrow>
Component: Layout and RenderingAssignee: Matt Woodrow <mattwoodrow>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 259055    

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.