The CDATA Attribute Type is defined by the W3C XML 1.0 Recommendation.
Reference: *W3C - XML 1.0 - Attribute Types
axis:th, tdcontent - #REQUIRED:metaname - #REQUIRED:paramname:object, input, textarea, select, buttonscheme:metavalue:param, input, option, buttonstyle (deprecated)Arbitrary character data
The CDATA Attribute Type is very similar to the Text Attribute Type, with the only difference being that the Text type is assigned to attributes which hold information intended to be visible to the viewer of the document, whereas the CDATA type is concerned with the internals of the page.
In fact, the Text type and most of the other Attribute Types Defined by XHTML 1.1 are declared within the DTD as having the XML 1.0 CDATA Attribute Type.
< (or <).<) must be escaped as & (or &)."
(or ") if using double quotes to delimit the attribute value'
if using single quotes to delimit the attribute value
(alternatively ' may be used if compatibility with HTML isn't necessary
- see Character Entities Predefined by XML 1.0)