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

Oops, just dropping "excluding itself" without changing the concept to exclude it itself will result in the data of *node* being duplicated.

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

Received on Wednesday, 31 August 2016 09:49:14 UTC