[whatwg/fullscreen] Element moved into another document after requesting fullscreen should make the request fail (#59)

If an element requests fullscreen, then it is moved to another document, especially if it is moved to a document inside a different top-level browsing context, it is not reasonable to require browser to handle that properly.

I think we should just reject the fullscreen request if the element is moved to a different document

-- 
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/59

Received on Thursday, 29 September 2016 05:10:23 UTC