Re: [whatwg/fullscreen] Remove from top layer synchronously for not connected elements (#128)

dtapuska commented on this pull request.



> @@ -396,6 +396,15 @@ could be an open <{dialog}> element.
  <a>simple fullscreen document</a>, then set <var>doc</var> to <var>topLevelDoc</var> and
  <var>resize</var> to true.
 
+ <li><p>If <var>doc</var>'s <a>fullscreen element</a> is not connected:
+  <ol>
+   <li><p><a for=set>Append</a> (<code>fullscreenchange</code>, <var>doc</var>'s

I tried firing it in a microtask and it seemed to work fine. However I kept it the same as all the other events. Because in the special cases (like current Step 10.1 in requesting fullscreen when an error occurs it still queues the event for at rAF time).

-- 
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/pull/128#discussion_r189922197

Received on Tuesday, 22 May 2018 14:27:32 UTC