This page contains the XML for <SCRIPT> DOMComment object documentation.
Return to W3C DOM Parser Documentation Main Page
NOTE: DOMComment descends from DOMCharacterData and inherits all of the properties and methods of the DOMCharacterData object
DOMComment inherits from DOMCharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!--' and ending '-->'. Note that this is the definition of a comment in XML, and, in practice, HTML as well.