Re: [dom] Why remove CDataSection? (#142)

FWIW, another data point:
It seems like E4X treats CDATA as content. The CDATA node when parsed in E4X is considered a normal text node, but **it includes** the CDATA tags in the text. The E4X spec is a bit vague on this point, but I do think that's the intention and that's definitely the implementation as I've observed it in ActionScript. I tried to test what the implementation was in SpiderMonkey (which is still in use in Adobe's ExtendScript), but I was having some problems getting my tests to work.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/142#issuecomment-169339690

Received on Wednesday, 6 January 2016 14:40:21 UTC