Re: [whatwg/fullscreen] Deny request on invisible document (#60)

It returns `false` for background window, but `true` for background tab. It seems in Chrome, background tab wouldn't be allowed to enter fullscreen either, how does that work?

We stop background window from entering fullscreen via detecting whether the current document has focus, I think. Chrome seems to allow background window to enter fullscreen. Do we want to add the focus check to the element ready check instead?

-- 
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/60#issuecomment-255958754

Received on Tuesday, 25 October 2016 07:31:55 UTC