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

Adding back the hierachy restrictions for this event targetting is unforunate. We are forcing users into a model of how to design their application that the content must be present in the child of the current fullscreen element.Think of a series of divs that are all siblings and you click 'next'. Which would change the fullscreen element to the next element. In order to replicate that you'd need to do a bunch of tree modifications. Also it prevents you from re-entering a fullscreen element already on the stack. 

@domenic  Adding Domenic in case he has any ideas here.

-- 
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-423194955

Received on Thursday, 20 September 2018 14:02:48 UTC