]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Attr.ClassUseCDATA.txt
CommitLineData
d4949327
NL
1Attr.ClassUseCDATA\r
2TYPE: bool/null\r
3DEFAULT: null\r
4VERSION: 4.0.0\r
5--DESCRIPTION--\r
6If null, class will auto-detect the doctype and, if matching XHTML 1.1 or\r
7XHTML 2.0, will use the restrictive NMTOKENS specification of class. Otherwise,\r
8it will use a relaxed CDATA definition. If true, the relaxed CDATA definition\r
9is forced; if false, the NMTOKENS definition is forced. To get behavior\r
10of HTML Purifier prior to 4.0.0, set this directive to false.\r
11\r
12Some rational behind the auto-detection:\r
13in previous versions of HTML Purifier, it was assumed that the form of\r
14class was NMTOKENS, as specified by the XHTML Modularization (representing\r
15XHTML 1.1 and XHTML 2.0). The DTDs for HTML 4.01 and XHTML 1.0, however\r
16specify class as CDATA. HTML 5 effectively defines it as CDATA, but\r
17with the additional constraint that each name should be unique (this is not\r
18explicitly outlined in previous specifications).\r
19--# vim: et sw=4 sts=4\r