Re: [whatwg/fullscreen] Require that the document is fully active in requestFullscreen() (#85)

This is similar to the check in exitFullscreen(), and Blink already has a check like this, which is why I'd like to get it into the spec. Firefox actually fails the test in https://github.com/w3c/web-platform-tests/pull/5901 because it fires a fullscreenerror event, a behavior I think would be hard to implement in Blink (trying to fire an event in an inactive document does nothing last I checked) and isn't super useful.

-- 
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/85#issuecomment-301031927

Received on Friday, 12 May 2017 09:39:28 UTC