RESOLVED FIXED 25791
HTMLMediaElement: implement 'startTime' attribute
https://bugs.webkit.org/show_bug.cgi?id=25791
Summary HTMLMediaElement: implement 'startTime' attribute
Eric Carlson
Reported 2009-05-14 08:54:38 PDT
HTML5 spec recently added the 'startTime' attribute to the media element. It is defined as returning "...the earliest possible position, in seconds. This is the time for the start of the current clip." This is a value that only the media engine can know, so we only need to add the attribute to HTMLMediaElement and add methods to MediaPlayer and MediaPlayerPrivateInterface.
Attachments
Eric Carlson
Comment 1 2009-05-14 10:52:55 PDT
Note You need to log in before you can comment on or make changes to this bug.