Bug 250401

Summary: [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
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, graouts, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/37853
https://bugs.webkit.org/show_bug.cgi?id=250460

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.