Re: [whatwg/dom] Add child text content and its change steps (#466)

> Does normalize() need to run this or not? If not, let's add a note.

It should not, unless there are edge cases of normalize() that I am not aware of. My understanding is normalize() is basically figuring out the minimal set of text nodes to represent the exact same child text content, so the child text content will not change.

I'll add a note to that effect.

-- 
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/466#issuecomment-310509732

Received on Thursday, 22 June 2017 21:37:33 UTC