Re: [whatwg/fullscreen] Introduce document.exitFullscreen({ fully: true })? (#70)

@upsuper - Thanks for your thoughts. I genuinely hadn't considered good old CSS as a way of accessing the fullscreen stack elements via JavaScript. Yes, knowledge of the ORDER of the elements in the fullscreen stack would be important for developers I think.

And if there's no objections then I think document.exitFullscreen({ fully: true }) would be very useful for developers, simply mimicking the ESC key, and the algorithm is already set up for that anyway.

-- 
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/issues/70#issuecomment-469008783

Received on Sunday, 3 March 2019 10:20:05 UTC