- From: Philip Jägenstedt <notifications@github.com>
- Date: Tue, 23 May 2017 01:09:17 -0700
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 23 May 2017 08:09:56 UTC
foolip commented on this pull request. > @@ -182,6 +182,12 @@ if all of the following are true, and false otherwise: <ul> <li><p><var>element</var> is <a>connected</a>. + <li><p><var>element</var>'s <a>node document</a>'s <a>fullscreen element</a> is null, or is an + <a>inclusive ancestor</a> of <var>element</var>. Oh, right, the ready check used to be recursive but I removed that in https://github.com/whatwg/fullscreen/pull/52. -- 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/91#discussion_r117925783
Received on Tuesday, 23 May 2017 08:09:56 UTC