- From: Brian Birtles via GitHub <sysbot+gh@w3.org>
- Date: Fri, 04 Nov 2022 01:28:03 +0000
- To: public-css-archive@w3.org
birtles has just created a new issue for https://github.com/w3c/csswg-drafts: == [scroll-animations-1] Duplicate definition of AnimationTimeline == Scroll animations redefines the [`AnimationTimeline` interface](https://drafts.csswg.org/scroll-animations-1/#animationtimeline) but this is already defined [in Web Animations](https://drafts.csswg.org/web-animations-1/#the-animationtimeline-interface). This creates conflicting definitions for readers and in the spec database. We should probably do the `CSSNumberish` change in Web Animations level 2--in fact we already do but we should probably highlight that it is a change there. Then we should make the additions to the `AnimationTimeline` timeline in Scroll Animations (i.e. `getCurrentTime`) via a `partial interface` and drop the `currentTime` member from there. (On a side-note, I think `resolveCurrentTime` would be better than `getCurrentTime` since `getCurrentTime` overlaps with the getter for `currentTime`.) Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8013 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 4 November 2022 01:28:05 UTC