RESOLVED FIXED250401
[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
https://bugs.webkit.org/show_bug.cgi?id=250401
Summary [css-transitions] ensure we fill transition-property values with a custom pro...
Antoine Quint
Reported 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.
Attachments
Antoine Quint
Comment 1 2023-01-10 11:34:57 PST
Antoine Quint
Comment 2 2023-01-10 11:36:16 PST
Antoine Quint
Comment 3 2023-01-10 11:42:23 PST
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/37853
EWS
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.