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: | Animations | Assignee: | 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 |
||
Antoine Quint
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
rdar://104073160
Antoine Quint
Pull request: https://github.com/WebKit/WebKit/pull/8473
Antoine Quint
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/37853
EWS
Committed 258770@main (63d1cc8d95c6): <https://commits.webkit.org/258770@main>
Reviewed commits have been landed. Closing PR #8473 and removing active labels.