Re: [whatwg/fullscreen] Require that the document is fully active in requestFullscreen() (#85)

foolip commented on this pull request.



>  
  <li><p>Let <var>promise</var> be a new promise.
 
+ <li><p>If <var>pendingDoc</var> is not <a>fully active</a>, then reject <var>promise</var> with a
+ <code>TypeError</code> exception and return <var>promise</var>.

Why not? This is before the "in parallel" steps.

-- 
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/85#discussion_r116196149

Received on Friday, 12 May 2017 10:14:48 UTC