- From: Dominic Farolino <notifications@github.com>
- Date: Tue, 25 Feb 2025 08:59:54 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/dom/pull/1307/review/2641832933@github.com>
@domfarolino commented on this pull request. > + <a for=traversal>root</a>'s <a for=Node>node document</a> is <var>node</var>'s + <a for=Node>node document</a>, run the <a><code>NodeIterator</code> pre-remove steps</a> given + <var>node</var> and <var>iterator</var>. + + <li><p>Let <var>oldPreviousSibling</var> be <var>node</var>'s <a>previous sibling</a>. + + <li><p>Let <var>oldNextSibling</var> be <var>node</var>'s <a for=tree>next sibling</a>. + + <li><p><a for=set>Remove</a> <var>node</var> from <var>oldParent</var>'s <a for=tree>children</a>. + + <li><p>If <var>node</var> is <a for=slottable>assigned</a>, then run <a>assign slottables</a> for + <var>node</var>'s <a>assigned slot</a>. + + <li><p>If <var>oldParent</var>'s <a for=tree>root</a> is a <a for=/>shadow root</a>, and + <var>oldParent</var> is a <a>slot</a> whose <a for=slot>assigned nodes</a> is the empty list, then + run <a>signal a slot change</a> for <var>oldParent</var>. Apologies for the delay on this. Yeah I think you're right. I've added the missing step in https://github.com/whatwg/dom/pull/1307/commits/87b6acbf12368302a05b22ed349d7bacd89b1507 and a test for this in https://chromium-review.googlesource.com/c/chromium/src/+/6298941 which will be upstreamed soon. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1307#discussion_r1970191535 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1307/review/2641832933@github.com>
Received on Tuesday, 25 February 2025 16:59:58 UTC