- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 16 Dec 2016 01:19:38 -0800
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 16 December 2016 09:20:14 UTC
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 + <code>TypeError</code> exception, and return <var>promise</var>. No comma before "and". Hmm, maybe we should fix the next line as well. -- 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-13297017
Received on Friday, 16 December 2016 09:20:14 UTC