[whatwg/fullscreen] Define fully exit fullscreen in terms of exitFullscreen({ fully: true }) (#65)

The previous definition of fully exit fullscreen could unfullscreen
elements in top layer synchronously. If those elements were iframes,
the contentDocument would get handled in a following animation frame
task, leaving everything in an odd state in the interim.

Exposing the concept of fully exiting to scripts makes it easier to
test, although this is not central to the change itself.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/fullscreen/pull/65

-- Commit Summary --

  * Define fully exit fullscreen in terms of exitFullscreen({ fully: true })

-- File Changes --

    M fullscreen.bs (42)
    M fullscreen.html (41)

-- Patch Links --

https://github.com/whatwg/fullscreen/pull/65.patch
https://github.com/whatwg/fullscreen/pull/65.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/pull/65

Received on Wednesday, 14 December 2016 23:04:03 UTC