[Bug 28614] Weaken the requirement of the time of running async steps

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28614

--- Comment #6 from Philip Jägenstedt <philipj@opera.com> ---
Everying after step 4 in
https://fullscreen.spec.whatwg.org/#dom-element-requestfullscreen is async and
can take any amount of time, so the only way I can read the spec is that the
event dispatch etc. should run on the first animation frame after the resize is
complete, no matter how long it takes to resize.

If some transition is used, which would really be nice, it would have to be
invisible to Web content, i.e. scripts can't be allowed to observe anything in
between the last animation frame in windowed mode and the first animation frame
in fullscreen. If we want the page itself to participate in the transition the
precise model for that needs to be defined, which, again, would be nice.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Saturday, 23 May 2015 18:45:06 UTC