- From: Philip Jägenstedt <notifications@github.com>
- Date: Tue, 16 Aug 2016 22:55:47 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 17 August 2016 05:56:14 UTC
I looked for cases where Blink looks at the (internal) `nodeType` and not taking the same code path for `TEXT_NODE` and `CDATA_SECTION_NODE` and found two more things: 1. Range::surroundContents would throw if a CDATASection node is partially contained. That's unlikely to be intentional. 1. Two "FIXME: What about kCdataSectionNode?" in the editing code that check `nodeType` seemingly specifically to exclude CDATASection. -- 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/issues/300#issuecomment-240320167
Received on Wednesday, 17 August 2016 05:56:14 UTC