[Bug 12267] <video> Make video state transitions happen in the same task as firing events

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

--- Comment #52 from Robert O'Callahan (Mozilla) <roc@ocallahan.org> 2011-08-20 11:54:03 UTC ---
I would say that pause() takes effect asynchronously, so after pause() you can
still get pending events for state changes that were triggered before the
pause(), including cue changes. (This behavior can also occur with the current
spec, where state changes can be triggered by media playback just before the
script invokes pause().) Then even if activeCues is only updated by the cue
events firing, it will quickly converge to the visible cues after a pause().

-- 
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 Saturday, 20 August 2011 11:54:10 UTC