- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 02 Sep 2015 22:18:12 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 3 September 2015 05:18:47 UTC
> @@ -4637,14 +4637,16 @@ a <var>document</var>, run these steps:
> <a>remove</a> <var>node</var> from
> its <a>parent</a>.
>
> - <li>Set <var>node</var>'s
> - <a>inclusive descendants</a>'s
> - <a>node document</a> to <var>document</var>.
> - <!--AttrExodus as well as any associated {{Attr}} nodes-->
> -
> - <li>Run any <a>adopting steps</a> defined for
> - <var>node</var> in <a>other applicable specifications</a> and pass
> - <var>node</var> and <var>oldDocument</var> as parameters.
> + <li>
> + For each <var>descendant</var> in <var>nodes</var>'s <a>inclusive descendants</a>, in
> + <a>tree order</a>, run these substeps:
> +
> + <ol>
> + <li>Set <var>descendant</var>'s <a>node document</a> to <var>document</var>.
> + <!--AttrExodus as well as any associated {{Attr}} nodes-->
This needs to be followed by a newline.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/66/files#r38613802
Received on Thursday, 3 September 2015 05:18:47 UTC