CDATASection Interface

CDATASection interfaces are used to escape blocks of text containing characters that would otherwise be regarded as markup.



IDL Definition

interface CDATASection : Text {


}; 

Semantic Requirements

  1. The DOMString from the Text interface holds the text that is contained by the CDATASection node.
  2. Adjacent CDATASection nodes can not be merged together by use of the normalize method from Element node.

If you have comments or suggestions, email me at mbrady@nist.gov