Re: [fullscreen] Inconsistency of condition between entering fullscreen and exiting fullscreen (#6)

Hmm, so I guess you'd put `<dialog>` anywhere in the DOM (it won't be rendered if closed) and then `show()` it without any concern about the shape of the DOM tree. Makes sense, I suppose.

So, given that it could make sense to have fullscreen inside dialogs and dialogs in fullscreen, are we left with any restrictions that would actually uphold an invariant? If an element is in fullscreen and a sibling `<dialog>` can be made to completely obscure the fullscreen element, then it's effectively already possible to do "fullscreen" with weird nesting, just with a strange API.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/6#issuecomment-121033905

Received on Monday, 13 July 2015 19:40:23 UTC