Re: [whatwg/fullscreen] Change algorithm of "collect documents to unfullscreen" (#72)

annevk commented on this pull request.



>   <li><p>Let <var>docs</var> be an ordered set consisting of <var>doc</var>.
 
- <li><p>While <var>docs</var>'s last <a for=/>document</a> has a <a>browsing context container</a>
- whose <a>node document</a>'s <a>top layer</a> consists of a single <a>element</a> that has its
- <a>fullscreen flag</a> set and does not have its <a>iframe fullscreen flag</a> set (if any), append
- that <a>node document</a> to <var>docs</var>.
+ <li><p>Run these substeps until terminated:

Yeah, I might just say "While true:". Perhaps file an issue against Infra to introduce more loop constructs.

-- 
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/72

Received on Tuesday, 14 February 2017 11:44:22 UTC