- From: Philip Jägenstedt <notifications@github.com>
- Date: Tue, 14 Jul 2015 06:33:58 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
Received on Tuesday, 14 July 2015 13:34:31 UTC
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