[csswg-drafts] Pull Request: [css-animations-2] setting `effect` should not prevent the timeline to set set via `animation-timeline`

graouts has just submitted a new pull request for https://github.com/w3c/csswg-drafts:

== [css-animations-2] setting `effect` should not prevent the timeline to set set via `animation-timeline` ==
While most `animation-*` CSS properties should _not_ have an effect once a `CSSAnimation` object has had its `effect` property set via the bindings, the `animation-timeline` property, like the `animation-play-state` and `animation-name` properties, should not follow that pattern since it is relevant to the _animation_ and not the animation _effect_.

The relevant WPT test is updated in https://github.com/web-platform-tests/wpt/pull/51057.

See https://github.com/w3c/csswg-drafts/pull/11812


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

Received on Monday, 3 March 2025 15:41:57 UTC