Bug 271386 - [web-animations] account for `display` animations when resolving style
Summary: [web-animations] account for `display` animations when resolving style
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
: 259192 (view as bug list)
Depends on:
Blocks: 267762
  Show dependency treegraph
 
Reported: 2024-03-21 08:49 PDT by Antoine Quint
Modified: 2024-04-03 07:20 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 Antoine Quint 2024-03-21 08:49:32 PDT
While we added animation support for the `display` property in bug 271372 / 276464@main, we are not yet fully accounting for the possibility that the `display` property is animated when resolving styles in Style::TreeResolver and the subtleties of CSS Animations and CSS Transitions possibly yielding a different `display` value than the non-animated style.
Comment 1 Antoine Quint 2024-03-21 09:05:45 PDT
Pull request: https://github.com/WebKit/WebKit/pull/26248
Comment 2 EWS 2024-03-21 23:08:59 PDT
Committed 276531@main (6778ef1c00ce): <https://commits.webkit.org/276531@main>

Reviewed commits have been landed. Closing PR #26248 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-03-21 23:11:07 PDT
<rdar://problem/125216336>
Comment 4 Antoine Quint 2024-04-03 07:20:40 PDT
*** Bug 259192 has been marked as a duplicate of this bug. ***