[Bug 14260] <track> "text tracks ready" and HTMLMediaElement.readyState

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14260

--- Comment #13 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> 2011-10-21 00:03:12 UTC ---
We could instead treated text tracks as part of the audio or video data. This
would mean that until the header part (of the WebVTT file) is downloaded, the
video element is prevented from going to HAVE_METADATA, and until the cue for
the playback time (or the next cue after that or the file end) is downloaded,
it is prevented from going to HAVE_ENOUGH_DATA. This would allow text tracks to
be streamable, too, and support live scenarios.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 21 October 2011 00:03:19 UTC