[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 #23 from Philip Jägenstedt <philipj@opera.com> 2011-05-17 08:19:31 UTC ---
(In reply to comment #22)
> [Ideally I think we would buffer the side effects and make sure they're applied
> atomically at the end of the HTML5 task. Consider the following code:
>   <audio id="audio1" ... muted></audio>
>   <audio id="audio2" ...></audio>
>   ...
>   audio2.muted = true;
>   audio1.muted = false;
> Authors would expect this to switch audio streams with no detectable overlap or
> gap. We should provide that. However, that goes way beyond the scope of this
> bug, so pretend I didn't mention it :-).]

[Sounds like a great idea to me. Will you file a bug?]

-- 
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, 17 May 2011 08:19:35 UTC