Re: [whatwg/dom] CDATASection nodes don't like to be normalized away (#310)

>  
> - <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>.

The "excluding itself" bit looks unnecessary now. You could instead just define a concept of "following exclusive Text nodes" or similar.

-- 
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#r76780592

Received on Tuesday, 30 August 2016 11:58:52 UTC