Re: Getting an implementation report from WebKit

Hey Chris -

On Jan 22, 2012, at 1:56 PM, Chris Double wrote:

> 2012/1/23 Eric Carlson <eric.carlson@apple.com>:
>>   Do you mean that playback does not automatically stop at at 100, or that
>> "Fragment End" always says 0? If the later, that is to be expected as the
>> page uses a Mozilla-specific media element attribute, "mozFragmentEnd", to
>> expose the fragment end time:
> 
> Hi Eric,  Any thoughts on how to expose the end time to scripting? Is
> the WebKit implementation exposing it at all? What do you think of a
> end time being added to the video element DOM?
> 
  I think it does make sense to expose the end time to the DOM somehow. I didn't add it because I wasn't completely comfortable with a read-only attribute that automatically changes as soon the current time exceeds it. 

  On the other hand, that is how the time behaves and I don't have any great ideas.

eric

Received on Tuesday, 24 January 2012 15:15:18 UTC