- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 19 Jan 2021 03:35:05 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 19 January 2021 11:35:17 UTC
@annevk commented on this pull request. > @@ -2585,6 +2612,9 @@ within a <var>parent</var>, run these steps: <li><p>If <var>node</var> is non-null, then <a for=/>insert</a> <var>node</var> into <var>parent</var> before null with the <i>suppress observers flag</i> set. + <li><p>If the <i>suppress observers flag</i> is unset, then <a>update slots</a> with + « <var>removedNodes</var> », <var>parent</var>, and « <var>addedNodes</var> ». This is the "replace all" algorithm that doesn't have a suppress observers flag at the moment so that would have to be added. -- 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/695#pullrequestreview-571156330
Received on Tuesday, 19 January 2021 11:35:17 UTC