[Webkit-unassigned] [Bug 70451] New: Implement TextTrackCueList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 16:38:44 PDT 2011


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

           Summary: Implement TextTrackCueList
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: annacc at chromium.org
            Blocks: 62883


TextTrackCueList is a dynamically updating list of text track cues.
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#texttrackcuelist

TextTrackCueLists are primarily used as a mechanism to access a TextTrack's list of cues and list of active cues from JavaScript.  They are also used here as storage for TextTrackCues, i.e. TextTrackCues are owned by the TextTrackCueLists of their respective TextTracks.

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



More information about the webkit-unassigned mailing list