Creates a new instance of CharacterData.
CharacterData.data on MDN
CharacterData.data on MDN
Readonly
firstNode.firstChild on MDN
Readonly
lastNode.lastChild on MDN
Readonly
nextElement.nextElementSibling on MDN
Readonly
nextNode.nextSibling on MDN
Readonly
nodeNode.nodeName on MDN
Readonly
nodeNode.nodeType on MDN
Readonly
parentNode.parentNode on MDN
Readonly
previousReadonly
previousNode.previousSibling on MDN
Node.childNodes on MDN
CharacterData.length on MDN
Node.nodeValue on MDN
Node.parentElement on MDN
Node.textContent on MDN
Node.hasChildNodes on MDN
Element.remove on MDN
See
Comment on MDN