Closed Bug 1151695 Opened 9 years ago Closed 8 years ago

Animation.currentTime should return null when the animation is pause-pending

Categories

(Core :: DOM: Animation, defect)

defect
Not set
normal

Tracking

()

RESOLVED INVALID
Tracking Status
firefox40 --- affected

People

(Reporter: birtles, Unassigned)

References

Details

The spec says:

  "The current time of this animation unless this animation has a pending pause task, in which case this attribute returns null."
  http://w3c.github.io/web-animations/#dom-animation-currenttime

I haven't implemented this yet, however, since I don't really like the idea of hiding information from the user like this. I'm not really sure if we should do this.
Component: DOM → DOM: Animation
Summary: Animation(Player).currentTime should return null when the animation is pause-pending → Animation.currentTime should return null when the animation is pause-pending
This behavior has now been removed from the spec:

https://github.com/w3c/web-animations/commit/447ac38076a3c7fa1a1f0bdf7ef39b90271cec92
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.