[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 20:47:56 PDT 2011


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





--- Comment #9 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2011-04-05 20:47:55 PST ---
(In reply to comment #8)
> What do you think about creating a RenderCue instead of a RenderTrack?  That way it will have a guaranteed 1:1 relationship with a TextTrackCue.  I.e., a <track> could have multiple cues showing at a time and so it would have to manage an unknown number of RenderTracks, which might be fine but seems sort of complicated.

Good question. Ideally, I want to avoid creating new custom RenderFoos altogether. <track> should just use RenderBlock, and the logic of putting the cue in it should be built into the track element.

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