- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 17 May 2019 10:06:12 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 May 2019 17:06:34 UTC
annevk commented on this pull request. > @@ -2427,10 +2427,8 @@ before a <var>child</var>, with an optional <i>suppress observers flag</i>, run its <a for=range>end offset</a> by <var>count</var>. </ol> - <li>Let <var>nodes</var> be <var>node</var>'s - <a>children</a> if <var>node</var> is - a {{DocumentFragment}} <a>node</a>, and a - list containing solely <var>node</var> otherwise. + <li><p>Let <var>nodes</var> be <var>node</var>'s <a>children</a>, if <var>node</var> is a + {{DocumentFragment}} <a>node</a>, « <var>node</var> » otherwise. Same if otherwise comes first? I see now I put the wrong way around. I guess I can do some follow-up on Monday in that original thread on this. -- 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#discussion_r285210807
Received on Friday, 17 May 2019 17:06:34 UTC