Bug 250401 - [css-transitions] ensure we fill transition-property values with a custom property when other transition CSS properties are used with a longer list of items
Summary: [css-transitions] ensure we fill transition-property values with a custom pro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-10 11:34 PST by Antoine Quint
Modified: 2023-01-11 09:51 PST (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 2023-01-10 11:34:37 PST
It's possible for certain CSS transition properties to specify a longer list of values than the transition-property property itself. In the case where a custom property is used, we must ensure to fill in the custom property string for the generated Animation object.
Comment 1 Antoine Quint 2023-01-10 11:34:57 PST
rdar://104073160
Comment 2 Antoine Quint 2023-01-10 11:36:16 PST
Pull request: https://github.com/WebKit/WebKit/pull/8473
Comment 3 Antoine Quint 2023-01-10 11:42:23 PST
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/37853
Comment 4 EWS 2023-01-10 22:33:02 PST
Committed 258770@main (63d1cc8d95c6): <https://commits.webkit.org/258770@main>

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