Bug 273056 - [view-transitions] View transition pseudo element should be anonymous
Summary: [view-transitions] View transition pseudo element should be anonymous
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
: 273085 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-04-22 01:10 PDT by Matt Woodrow
Modified: 2024-04-22 14:54 PDT (History)
5 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-22 01:10:19 PDT
We have existing code that expects renderers that return false from isAnonymous to also have a valid Element.

Rather than making the view-transition pseudo elements not-anonymous, we should instead change the consumers of isAnonymous so that these pseudo-renderers can still be containing blocks.
Comment 1 Matt Woodrow 2024-04-22 01:30:06 PDT
Pull request: https://github.com/WebKit/WebKit/pull/27573
Comment 2 Radar WebKit Bug Importer 2024-04-22 08:58:21 PDT
<rdar://problem/126863906>
Comment 3 EWS 2024-04-22 13:53:40 PDT
Committed 277834@main (124d36f180e3): <https://commits.webkit.org/277834@main>

Reviewed commits have been landed. Closing PR #27573 and removing active labels.
Comment 4 Tim Nguyen (:ntim) 2024-04-22 14:54:38 PDT
*** Bug 273085 has been marked as a duplicate of this bug. ***