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

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

--- Comment #29 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-11-11 22:16:11 UTC ---
So:

- if the media element is still on a stack of open elements, then abort the
resource selection algorithm at the top.
- when a media element is popped off a stack of open elements, run the resource
selection algorithm.
- when the resource selection algorithm is started, flag any <track> elements
in the media element as being load-blocking text tracks.
- when a text track loads or fails to load, clear its load-blockingness.
- prevent transition to HAVE_FUTURE_DATA when there are any tracks in the media
element's list of text tracks that are load-blocking.

Sound right?

-- 
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, 11 November 2011 22:16:14 UTC