[whatwg] "fullscreenchange" event should be delayed to after transition is complete

Anne van Kesteren annevk at annevk.nl
Thu May 17 06:02:45 PDT 2012


On Thu, May 17, 2012 at 8:06 AM, Chris Pearce <cpearce at mozilla.com> wrote:
> I think it would be best to simply make everything from Step 2 onwards of
> the requestFullscreen() algorithm spec asynchronous. So in the
> requestFullscreen specification, move Step 5 and Step 6 up to be inserted
> before Step 2.
>
> We should do the same with exitFullscreen(), i.e. move Step 6 and Step 7 of
> the exitFullscreen algorithm spec up to be inserted before Step 3.
>
> We should also specify that those state changes happen in synchronous
> sections, to keep the world sane.

I have done that by putting the state changes on the same task that
dispatches the event.

http://dvcs.w3.org/hg/fullscreen/rev/73eda102ccb5

Thanks,


-- 
Anne — Opera Software
http://annevankesteren.nl/
http://www.opera.com/



More information about the whatwg mailing list