[csswg-drafts] [web-animations-1] Inconsistent default document timeline in Animatable interface (#5701)

hiikezoe has just created a new issue for https://github.com/w3c/csswg-drafts:

== [web-animations-1] Inconsistent default document timeline in Animatable interface ==
In [animate() method section](https://drafts.csswg.org/web-animations-1/#dom-animatable-animate);

> if timeline member of options is missing, be the default document timeline of the node document of the element on which this method was called

In [KeyframeAnimationOptions dictionary member section](https://drafts.csswg.org/web-animations-1/#dom-keyframeanimationoptions-timeline);

> If missing, the default document timeline of the Document associated with the Window that is the current global object is used

I believe the former is correct and that's what Firefox and Chrome do currently.
@birtles @majido 

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5701 using your GitHub account


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

Received on Friday, 6 November 2020 06:09:36 UTC