- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 17 May 2019 03:18:42 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 May 2019 10:19:04 UTC
annevk commented on this pull request. > @@ -2637,11 +2635,12 @@ To <dfn export for=Node id=concept-node-replace-all>replace all</dfn> with a <li>Let <var>removedNodes</var> be <var>parent</var>'s <a>children</a>. - <li>Let <var>addedNodes</var> be the empty list if <var>node</var> is - null, <var>node</var>'s <a>children</a> if - <var>node</var> is a {{DocumentFragment}} - <a>node</a>, and a list containing <var>node</var> - otherwise. + <li><p>Let <var>addedNodes</var> be the empty list. + + <li><p>If <var>node</var> is {{DocumentFragment}} <a>node</a>, then set <var>addedNodes</var> to + <var>node</var>'s <a>children</a>. + + <li><p>Otherwise, if <var>node</var> is non-null, set <var>addedNodes</var> to « <var>node</var> ». @domenic this is the only change that felt a little weird here due to it getting so much longer, but it's probably better? -- 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/762#pullrequestreview-238847547
Received on Friday, 17 May 2019 10:19:04 UTC