- From: Brian Birtles <bbirtles@mozilla.com>
- Date: Mon, 27 Oct 2014 15:33:34 +0900
- To: public-fx@w3.org
- CC: Сергей Грехов <sgrekhov@unipro.ru>, dom@unipro.ru
On 2014/10/16 14:03, "Сергей Грехов" wrote: > There is another issue in setting start time procedure. > > 2. Unless player has a pending pause task, set player’s start time to new > start time. > > According this step player's start time should be set even player has no > timeline associated. But definition of start time is "A player’s start > time is the time value of its timeline". So there should not be start time > without timeline. > > Setting start time procedure should catch this case. > > >> Hi there, >> >> Accorrding the specification AnimationPlayer.startTime attribute is >> nullable. But Update player start time procedure >> (http://w3c.github.io/web-animations/#update-the-player-start-time) does >> not check if new value is null. >> >> The should be checking for null value. Otherwise some steps of the >> procedure (for example "2. Let start time offset be new start time − >> effective start time.") won't work. I think both these issues should now be fixed: https://github.com/w3c/web-animations/commit/a34a193749a808750813a8a2227aa25617338261 Thanks, Brian
Received on Monday, 27 October 2014 06:33:56 UTC