[web-animations] Setting AnimationPlayer.startTime value to null

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.

--
Regards,
Sergey G. Grekhov

Received on Tuesday, 14 October 2014 07:03:43 UTC