- From: Philip Jägenstedt <notifications@github.com>
- Date: Wed, 10 May 2017 06:19:29 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 May 2017 13:20:27 UTC
foolip commented on this pull request. > <li><p>If <var>exitDocs</var> is the empty set, append <var>doc</var> to <var>exitDocs</var>. <li><p>If <var>exitDocs</var>'s last <a for=/>document</a> has a <a>browsing context container</a>, append that <a>browsing context container</a>'s <a>node document</a> to <var>exitDocs</var>. <!-- cross-process --> + <li><p>If <var>resize</var> is true, then: while <var>exitDocs</var>'s last <a for=/>document</a> + has a <a>browsing context container</a>, append that <a>browsing context container</a>'s + <a>node document</a> to <var>exitDocs</var>. + <!-- cross-process --> + <li><p>Let <var>descendantDocs</var> be an ordered set consisting of <var>doc</var>'s The algorithm was changed in https://github.com/whatwg/fullscreen/pull/72 and in https://github.com/whatwg/fullscreen/pull/81 I've tried to make it clear what the return value of *collect documents to unfullscreen* means. So, given no hierarchy restrictions I think that the problem remains, but I'm not going to try to tackle it in this PR. -- 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/65#discussion_r115737312
Received on Wednesday, 10 May 2017 13:20:27 UTC