Bug 267683 - Store `display: none` RenderStyle objects
Summary: Store `display: none` RenderStyle objects
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-01-18 02:56 PST by Antoine Quint
Modified: 2024-01-21 23:54 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2024-01-18 02:56:41 PST
We currently store `display: contents` RenderStyle objects on Element. In order to implement support for animating the `display` property, we'll need to be able to do something similar so that we may return those styles under `Element::existingComputedStyle()`.
Comment 1 Antoine Quint 2024-01-18 02:59:53 PST
Pull request: https://github.com/WebKit/WebKit/pull/22902
Comment 2 EWS 2024-01-21 23:53:09 PST
Committed 273288@main (519c7ed4ac75): <https://commits.webkit.org/273288@main>

Reviewed commits have been landed. Closing PR #22902 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-01-21 23:54:15 PST
<rdar://problem/121357311>