Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt is written in an unsupported language. File is not indexed.

0001 HTML.TidyLevel
0002 TYPE: string
0003 VERSION: 2.0.0
0004 DEFAULT: 'medium'
0005 --DESCRIPTION--
0006 
0007 <p>General level of cleanliness the Tidy module should enforce.
0008 There are four allowed values:</p>
0009 <dl>
0010     <dt>none</dt>
0011     <dd>No extra tidying should be done</dd>
0012     <dt>light</dt>
0013     <dd>Only fix elements that would be discarded otherwise due to
0014     lack of support in doctype</dd>
0015     <dt>medium</dt>
0016     <dd>Enforce best practices</dd>
0017     <dt>heavy</dt>
0018     <dd>Transform all deprecated elements and attributes to standards
0019     compliant equivalents</dd>
0020 </dl>
0021 
0022 --ALLOWED--
0023 'none', 'light', 'medium', 'heavy'
0024 --# vim: et sw=4 sts=4