David K. Taylor - 2003-10-11

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.