[csswg-drafts] [css-values-5] `mix()` should take `<keyframes-name>` instead of `<'animation-name'>` (#11121)

cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-values-5] `mix()` should take `<keyframes-name>` instead of `<'animation-name'>` ==
[`mix()`](https://drafts.csswg.org/css-values-5/#funcdef-mix) can take `<progress> && of <'animation-name'>` but [`animation-name`](https://drafts.csswg.org/css-animations-1/#propdef-animation-name) accepts `none`, which is probably unwanted in `mix()`.

I suggest replacing `<'animation-name'>` with `<keyframes-name>`.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11121 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 31 October 2024 06:51:11 UTC