getFrames should return a sequence<ComputedKeyFrame> or something

Right now getFrames is defined as returning a sequence<KeyFrame> but 
talks about storing something "in the computedOffset property of each 
frame as a Number".

But KeyFrame has no computedOffset property.  This text seems to be 
confusing a WebIDL dictionary with what you get after converting it to a 
JS value.

What you probably want here is a ComputedKeyFrame dictionary which 
inherits from KeyFrame and has a computedOffset member, which you could 
then set.

-Boris

Received on Wednesday, 16 April 2014 06:45:42 UTC