Next issue: I think some people in W3C should have their heads examined. Why in the world are they removing useful features???
The only way I can find to access CDATA in Document is with CDataSections[1] and the nodeType: Node.CDATA_SECTION_NODE[2] I cannot find a recommended way to handle CDATA in the DOM4 spec.[3] Does anyone have a recommendation o how to handle this? [1]https://developer.mozilla.org/en-US/docs/Web/API/CDATASection [2]https://developer.mozilla.org/en-US/docs/Web/API/Node/nodeType [3]https://dom.spec.whatwg.org/
