- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 13 Mar 2018 06:43:50 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 13 March 2018 06:44:20 UTC
annevk commented on this pull request. > @@ -5751,9 +5757,21 @@ is an object or one of its <a>shadow-including ancestors</a>. <var>B</var>, repeat these steps until they return an object:</p> <ol> - <li><p>If <var>A</var>'s <a for=tree>root</a> is not a <a for=/>shadow root</a>, or <var>A</var>'s - <a for=tree>root</a> is a <a>shadow-including inclusive ancestor</a> of <var>B</var>, then return - <var>A</var>. + <li><p>If <var>A</var> is a {{Window}} object, then set <var>A</var> to <var>A</var>'s + <a>associated <code>Document</code></a>. + + <li> + <p>If one of the following is true + + <ul class=brief> + <li><var>A</var> is not a <a>node</a> + <li><var>B</var> is not a <a>node</a> Yeah. -- 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/dom/pull/585#discussion_r174028692
Received on Tuesday, 13 March 2018 06:44:20 UTC