Re: [whatwg/fullscreen] What should happen if an element is moved to another document right after requestFullscreen (#33)

I think that regardless of where the element is moved, having it just work seems better than the extra bookkeeping to prevent it. The fullscreen element ready check is re-run after the resize, so even if the element moved into a document with no `allowfullscreen` attribute, no interesting invariant would be upheld by failing on move.

-- 
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/33#issuecomment-246813340

Received on Tuesday, 13 September 2016 20:30:36 UTC