- From: Ryosuke Niwa <notifications@github.com>
- Date: Tue, 06 Apr 2021 18:51:48 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 7 April 2021 01:52:00 UTC
@rniwa commented on this pull request. > @@ -2192,6 +2192,10 @@ steps:</p> <li><p>If the <i>open flag</i> is set and <var>shadow</var>'s <a for=ShadowRoot>mode</a> is <em>not</em> "<code>open</code>", then return null.</p></li> + <li><p>If <var>shadow</var>'s <a for=ShadowRoot>slot assignment</a> is "<code>manual</code>", + then return the <a>slot</a> in <var>shadow</var>'s <a for=tree>descendants</a> whose <a>manually assigned nodes</a> The simplest solution to that problem is that whenever a node is assigned to a new slot, then it gets removed from all other slots. -- 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/966#discussion_r608286431
Received on Wednesday, 7 April 2021 01:52:00 UTC