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

I agree something is strange here, and filed a few similar issues.

As for "element's node document's top layer contains no elements whose fullscreen flag is set, or its top element is an inclusive ancestor of element, which has its fullscreen flag set," is there any reason we can't just allow any kind of crazy order to fullscreen requests now?

It would be odd, I think, if a sibling `<dialog>` of the fullscreen element could appear on top of it by entering the top layer stack, but a sibling `<div>` cannot by requesting fullscreen.

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

Received on Monday, 13 July 2015 08:05:31 UTC