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

I have filed bugs with Chromium and Webkit for the Fullscreen API spec non-compliance issues mentioned above.

I have one more question too in regard to document.exitFullscreen({ fully: true }).  Is there also anything in the spec that covers the Browser's own fullscreen mode.  e.g. On a PC it seems to have been standardised as the F11 key. This enters fullscreen mode but does not seem to fire any events or set any fullscreen flags.  The document does not know about this and in a typical site a button/message to Enter Fullscreen will still remain.  In this mode, only F11 will exit fullscreen too, the ESC key does nothing.

Is this covered by the spec?

-- 
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-470436831

Received on Thursday, 7 March 2019 08:44:15 UTC