Re: [whatwg/fullscreen] Reject exitFullscreen() in inactive documents (#68)

annevk commented on this pull request.



> @@ -314,6 +314,9 @@ attribute's getter must run these steps:
 <ol>
  <li><p>Let <var>promise</var> be a new promise.
 
+ <li><p>If <var>doc</var> is not <a>fully active</a>, reject <var>promise</var> with a

then reject* (I realize it's not consistent, but I'd like new and changed text to conform to it at least.)

-- 
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/68#pullrequestreview-13296930

Received on Friday, 16 December 2016 09:19:33 UTC