- From: Bramus via GitHub <noreply@w3.org>
- Date: Wed, 10 Dec 2025 13:16:24 +0000
- To: public-css-archive@w3.org
In light of the pending resolution for https://github.com/w3c/csswg-drafts/issues/13174#issuecomment-3636596474, that would immediately become the following then, right?
```
interface TimelineTrigger {
attribute sequence<TimelineTriggerRange> ranges;
}
interface TimelineTriggerRange {
attribute AnimationTimeline timeline;
attribute any activationRangeStart;
attribute any activationRangeEnd;
attribute any activeRangeStart;
attribute any activeRangeEnd;
}
```
--
GitHub Notification of comment by bramus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13175#issuecomment-3637046046 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 10 December 2025 13:16:25 UTC