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

> @@ -3821,7 +3815,7 @@ steps for each <a>exclusive <code>Text</code> node</a> <var>node</var> <a>descen
>   <a>exclusive <code>Text</code> 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>.

Hmm, the only other call site I see is "Remove node’s contiguous exclusive Text nodes (excluding itself), in tree order." That's also excluding node, it's removing exactly the same nodes whose data were concatenated earlier, anything else would be a bug.

-- 
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/384ed04be8c7ee22a9f1d6affe029b05ae33b2f1..cdd98b2c51c369acfd85d2df08ee81efc37af513#r77057431

Received on Wednesday, 31 August 2016 19:35:27 UTC