Re: [whatwg/fullscreen] Re-introduce the hierarchy restrictions (#140)

> Think of a series of divs that are all siblings and you click 'next'. Which would change the fullscreen element to the next element.

That is not a usecase that the current Fullscreen API is supposed to support. You would end up having lots of elements in the fullscreen layer, and you cannot exit fullscreen in one statement (unless we add #70).

If we want to serve this usecase, we may want an API like `requestFullscreen({ replace: true })` or so, rather than supporting multi-leaf.

-- 
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/140#issuecomment-431529595

Received on Friday, 19 October 2018 23:54:49 UTC