[Webkit-unassigned] [Bug 25791] New: HTMLMediaElement: implement 'startTime' attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 08:54:38 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25791

           Summary: HTMLMediaElement: implement 'startTime' attribute
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric.carlson at apple.com


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.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list