[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 #43 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-08-01 20:47:54 UTC ---
I'm with David on this.

We can make things like currentTime=10 being set before the UA knows how long
the resource is work (for example by having currentTime mutations before the
metadata is loaded be saved and used when we know the duration, the same way
the fragment identifier is used). (In fact that seems like a good idea. Filed
bug 13503 on that.) But freezing the state before running script wouldn't
affect this case, as far as I can tell.

-- 
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 Monday, 1 August 2011 20:47:57 UTC