A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/CDATASection below:

CDATASection - Web APIs | MDN

CDATASection

Baseline Widely available

The CDATASection interface represents a CDATA section that can be used within XML to include extended portions of unescaped text. When inside a CDATA section, the symbols < and & don't need escaping as they normally do.

In XML, a CDATA section looks like:

For example:

<foo>
  Here is a CDATA section: <![CDATA[ < > & ]]> with all kinds of unescaped text.
</foo>

The only sequence which is not allowed within a CDATA section is the closing sequence of a CDATA section itself, ]]>.

Note: CDATA sections should not be used within HTML. They are considered comments and are not displayed.

EventTarget Node CharacterData Text CDATASection Instance properties

This interface has no specific properties and implements those of its parent Text.

Instance methods

This interface has no specific methods and implements those of its parent Text.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3