- From: Philip Jägenstedt <notifications@github.com>
- Date: Wed, 31 Aug 2016 02:46:15 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 31 August 2016 09:46:43 UTC
>
> - <li>If <var>length</var> is zero,
> - <a>remove</a> <var>node</var> and
> - continue with the next {{Text}}
> - <a>node</a>, if any.
> + <li>Let <var>data</var> be the concatenation of the <a>data</a> of <var>node</var>'s
> + <a>contiguous exclusive <code>Text</code> nodes</a> (excluding itself), in <a>tree order</a>.
I meant you could have a concept equivalent to what "contiguous exclusive `Text` nodes (excluding itself)" does in this concept. Since the previous sibling can't be an exclusive `Text` node and the node itself is excluded, all that's left is "following exclusive `Text` nodes".
--
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/310/files/aa0dec2ccb46d931c755938d626e7b8b8f0c5cf8#r76956509
Received on Wednesday, 31 August 2016 09:46:43 UTC