[web-animations] computedTiming.iterationStart and fill attributes

2014-12-14 Thread Сергей Грехов
Hi All, It's unclear from the spec what values should return computedTiming.iterationStart and fill attributes for some values. Example: var timing = { iterationStart: -100, duration: 1000 }; var animation = new Animation(target, [], timing); var player =

[web-animations] Some specification issues

2015-02-17 Thread Сергей Грехов
A couple of specification issues. 1) WebIDL for KeyframeEffect (http://w3c.github.io/web-animations/#the-keyframeeffect-interfaces) contains the following // Mutable additions to KeyframeEffectReadonly interface inherit attribute DOMString spacing; void