[Bug 14378] <track> cancel pending events when loading new src

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

--- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-10-04 08:18:23 UTC ---
Like <video>, <track> should maintain an event queue and cancel any pending
events targeted at it when the src attribute is modified. Otherwise, the
load/error event of one load could get fired after a second resource begins
loading. This could happen with scripts that have only a single <track> element
and switches tracks by modifying the src attribute.

-- 
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 Tuesday, 4 October 2011 08:18:25 UTC