]> git.immae.eu Git - github/wallabag/wallabag.git/blob - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt
[add] HTML Purifier added to clean code
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / HTML.Doctype.txt
1 HTML.Doctype
2 TYPE: string/null
3 DEFAULT: NULL
4 --DESCRIPTION--
5 Doctype to use during filtering. Technically speaking this is not actually
6 a doctype (as it does not identify a corresponding DTD), but we are using
7 this name for sake of simplicity. When non-blank, this will override any
8 older directives like %HTML.XHTML or %HTML.Strict.
9 --ALLOWED--
10 'HTML 4.01 Transitional', 'HTML 4.01 Strict', 'XHTML 1.0 Transitional', 'XHTML 1.0 Strict', 'XHTML 1.1'
11 --# vim: et sw=4 sts=4