- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Feb 2025 10:34:58 +0000
- To: public-css-archive@w3.org
Hmm, I realized that the definition of a [coordinating list property group](https://drafts.csswg.org/css-values-4/#coordinating-list-property) does not require this.
```html
<style>
.trigger {
animation: 1s;
}
</style>
<div id="el"></div>
<script>
el.style.animationTrigger = 'once, once'
el.style.animationTrigger; // ??
<script>
```
If `animation-trigger` is not a subproperty of `animation`, the serialization of the specified value of `animation-trigger` does not need to be truncated, right?
--
GitHub Notification of comment by cdoublev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/11653#issuecomment-2636351583 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 February 2025 10:34:59 UTC