Add support for HTMLElement.cloneNode and replaceChild and
Document.createTextNode to close RFE 805051. To support
createTextNode, added support for DOM text nodes and
character data nodes including the data and length properties
and appendData, deleteData, insertData, replaceData,
substringData and splitText functions. Updated DOM API
properties and methods of HTMLElement to work with text
nodes. Also added support for HTMLElement.nodeType,
nodeName and nodeValue properties.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=742109
Add support for HTMLElement.cloneNode and replaceChild and
Document.createTextNode to close RFE 805051. To support
createTextNode, added support for DOM text nodes and
character data nodes including the data and length properties
and appendData, deleteData, insertData, replaceData,
substringData and splitText functions. Updated DOM API
properties and methods of HTMLElement to work with text
nodes. Also added support for HTMLElement.nodeType,
nodeName and nodeValue properties.