- From: Zach Hoffman via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 Mar 2024 07:56:29 +0000
- To: public-css-archive@w3.org
Agreed that value `none` should be animated discretely for syntaxes `none|<transform-list>` or `none|<transform-function>`, but I think `none` should be interpolated for syntaxes `<transform-list>|none` or `<transform-function>|none`. From css-properties-values-api <[https://github.com/w3c/css-houdini-drafts/blob/808c87a30bea/css-properties-values-api/Overview.bs#L306-L308](https://github.com/w3c/css-houdini-drafts/blob/808c87a30bea/css-properties-values-api/Overview.bs#L306-L308)>: > For syntaxes specified with the | combinator, the computed value is given by applying the computed-value rules for the first clause that matches the value. If so, the expectations for WPT <[https://github.com/web-platform-tests/wpt/blob/1a18de6ee35d/css/css-properties-values-api/animation/custom-property-animation-transform-none.tentative.html](https://github.com/web-platform-tests/wpt/blob/1a18de6ee35d/css/css-properties-values-api/animation/custom-property-animation-transform-none.tentative.html)> should be updated, and testcases added for syntaxes `none|<transform-list>` and `none|<transform-function>`. -- GitHub Notification of comment by zrhoffman Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9522#issuecomment-1982821648 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 7 March 2024 07:56:30 UTC