- From: Mason Freed <notifications@github.com>
- Date: Fri, 02 Apr 2021 16:30:06 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 2 April 2021 23:30:18 UTC
@mfreed7 commented on this pull request. > @@ -2195,7 +2199,16 @@ for a given <a>slot</a> <var>slot</var>, run these steps:</p> <a for=DocumentFragment>host</a>.</p></li> <li> - <p>For each <a>slottable</a> <a for=tree>child</a> of <var>host</var>, <var>slottable</var>, in + <p>If <var>slot</var>'s <a for=/>shadow root</a>'s <a for=ShadowRoot>slot assignment</a> is "<code>manual</code>", + then:</p> + + <ol> + <li><p>Set <var>result</var> to <var>slot</var>'s <a>manually assigned nodes</a>.</p></li> Alright, I ended up just making a fresh PR for this set of changes. That is located here: https://github.com/whatwg/dom/pull/966/files I suppose we should close this PR. -- 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_r606498041
Received on Friday, 2 April 2021 23:30:18 UTC