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

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

--- Comment #2 from Philip Jägenstedt <philipj@opera.com> 2011-09-23 14:00:14 UTC ---
Tied into this problem is really how to avoid waiting for </video> before going
to HAVE_METADATA, which we've avoided so far with <source>. However, it seems
unavoidable that if we don't wait for </video> there's no way to guarantee that
all tracks sourced from <track> elements will actually be loaded by
HAVE_METADATA. Having a single event that guarantees that is kind of useful, I
used it in my demos at least.

-- 
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, 23 September 2011 14:00:16 UTC