- From: yuzhehan <notifications@github.com>
- Date: Wed, 29 Apr 2020 09:34:08 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 April 2020 16:34:20 UTC
@yuzhe-han commented on this pull request. > @@ -2195,6 +2195,11 @@ 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 the shadow's <a for=ShadowRoot>slot assignment</a> is set to "<code>manual</code>", + return the associated <a>slot</a> in shadow where the <var>slottable</var> is + <a href="https://html.spec.whatwg.org/multipage/scripting.html#dom-slot-assign"><code>assigned</code></a>, Thanks Anne. I've update this portion to be more of an algorithm with internal variables, manuallyAssignedNodes and nodeSlotMap, to keep track of the association between a manually assigned node to its slot. -- 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_r417452129
Received on Wednesday, 29 April 2020 16:34:20 UTC