Re: [csswg-drafts] [css-cascade] Define animation type of `all` as `not animatable` (#8414)

Right, [step 3 of resolving the effect value of a keyframe](https://drafts.csswg.org/web-animations-1/#the-effect-value-of-a-keyframe-animation-effect)) should discard declarations of non-animatable properties.

But keyframe rules only accepts animatable properties.

```css
@keyframes animation {
  to {
    container: container;
    view-timeline: timeline;
  }
}
```

Should `container` and `view-timeline` declarations be valid, even if all their sub-properties are `not animatable`?

-- 
GitHub Notification of comment by cdoublev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8414#issuecomment-1423143616 using your GitHub account


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

Received on Wednesday, 8 February 2023 19:40:36 UTC