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

You're right, it doesn't in the spec nor in Blink's implementation, I was fooled by the rather similar rendering.

Given that, it seems pretty reasonable to say that whenever the top layer stack is non-empty, everything except the top element is inert. When trying to add something that is inert to the top layer, there are two options:
1. Just do it, which is apparently what `showModal()` does.
2. Fail with an exception, error event or rejected promise depending on the API.

Preferences?

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

Received on Tuesday, 14 July 2015 13:34:31 UTC