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

Chris Pearce cpearce at mozilla.com
Sat May 19 02:47:34 PDT 2012


On 18/05/2012 1:02 a.m., Anne van Kesteren wrote:
> 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,
>
>


Looks good, thanks!

Chris P.



More information about the whatwg mailing list