[Webkit-unassigned] [Bug 57803] Work-in-progress on rendering TextTracks on HTML5 Video

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 12:58:02 PDT 2011


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





--- Comment #7 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2011-04-05 12:58:02 PST ---
(In reply to comment #6)
> Quick question about creating a RenderTrack as a RenderBlock subclass and attaching to the RenderVideo hierarchy.  I think that will work fine for <track> as a RenderTrack can be associated with each HTMlTrackElement.  But, how would this work for in-band tracks that will be demuxed from MediaPlayer?  They will have no associated DOM element, so can HTMLMediaElement somehow manage them and attach them to the RenderVideo heirarchy?  Not quite clear how that will work?

Can we model this as adding a <track> element _in_ the shadow DOM, so that the script can't see it?

-- 
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