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

On Thu, May 17, 2012 at 8:06 AM, Chris Pearce <cpearce@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/

Received on Thursday, 17 May 2012 13:04:47 UTC