]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt
[add] HTML Purifier added to clean code
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / HTML.TidyLevel.txt
CommitLineData
d4949327
NL
1HTML.TidyLevel\r
2TYPE: string\r
3VERSION: 2.0.0\r
4DEFAULT: 'medium'\r
5--DESCRIPTION--\r
6\r
7<p>General level of cleanliness the Tidy module should enforce.\r
8There are four allowed values:</p>\r
9<dl>\r
10 <dt>none</dt>\r
11 <dd>No extra tidying should be done</dd>\r
12 <dt>light</dt>\r
13 <dd>Only fix elements that would be discarded otherwise due to\r
14 lack of support in doctype</dd>\r
15 <dt>medium</dt>\r
16 <dd>Enforce best practices</dd>\r
17 <dt>heavy</dt>\r
18 <dd>Transform all deprecated elements and attributes to standards\r
19 compliant equivalents</dd>\r
20</dl>\r
21\r
22--ALLOWED--\r
23'none', 'light', 'medium', 'heavy'\r
24--# vim: et sw=4 sts=4\r