WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Eric Carlson
Comment 1
2009-05-14 10:52:55 PDT
http://trac.webkit.org/changeset/43715
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug