- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 13 Nov 2020 05:06:18 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 13 November 2020 13:06:30 UTC
@annevk commented on this pull request. > @@ -2668,6 +2681,11 @@ indicated in the <a for=/>remove</a> algorithm below. <p>If <var>node</var> has an <a>inclusive descendant</a> that is a <a>slot</a>, then: <ol> + <li><p>for each <a>slot</a> <var>slot</var> in <var>node</var>'s <a for=tree>inclusive descendants</a>, + if <var>slot</var>'s <a for=tree>root</a> is a <a for=/>shadow root</a> whose <a for=tree>root</a>'s + <a for=ShadowRoot>slot assignment</a> is "<code>manual</code>", then set <var>slot</var>'s + <a>manually assigned nodes</a> to an empty set. How does this relate to that? -- 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/860#discussion_r522937805
Received on Friday, 13 November 2020 13:06:30 UTC