Re: [whatwg/fullscreen] Remove nodes from top layer as part of the removing steps (#102)

upsuper commented on this pull request.



>  
  <li><p>Let <var>exitDocs</var> be the result of
  <a lt="collect documents to unfullscreen">collecting documents to unfullscreen</a> given
- <var>doc</var>.
+ <var>pendingDoc</var>.

@dtapuska You mean the `fully exit fullscreen` algorithm above? No, it doesn't change when the event gets fired. The event is still queued in the `pending fullscreen events`, and fired at roughly the rAF time.

I don't quite understand your second question. Why do we want to check whether fullscreen element is connected when we are exiting fullscreen? Am I missing something?

-- 
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/102#discussion_r188512444

Received on Wednesday, 16 May 2018 06:16:43 UTC