- From: Dominic Farolino <notifications@github.com>
- Date: Wed, 25 Sep 2024 08:35:34 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 September 2024 15:35:38 UTC
@domfarolino commented on this pull request. > @@ -4986,6 +5033,27 @@ within <a>this</a>. <p>The <dfn method for=Node><code>removeChild(<var>child</var>)</code></dfn> method steps are to return the result of <a>pre-removing</a> <var>child</var> from <a>this</a>. +<p>The <dfn method for=Node><code>moveBefore(<var>node</var>, <var>child</var>)</code></dfn> +method steps are: + +<ol> + <li><p>Let <var>perform state-preserving atomic move</var> be true if <a>this</a> is + <a>connected</a>, <var>node</var> is <a>connected</a>, <a>this</a>'s <a for=Node>node + document</a> is <a>fully active</a>, and <a>this</a>'s <a for=/>root</a> is the same as + <var>node</var>'s <a for=/>root</a>.</p></li>. Done! -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1307#discussion_r1775465252 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1307/review/2328656822@github.com>
Received on Wednesday, 25 September 2024 15:35:38 UTC