HTML.TidyLevel.txt 620 B

123456789101112131415161718192021222324
  1. HTML.TidyLevel
  2. TYPE: string
  3. VERSION: 2.0.0
  4. DEFAULT: 'medium'
  5. --DESCRIPTION--
  6. <p>General level of cleanliness the Tidy module should enforce.
  7. There are four allowed values:</p>
  8. <dl>
  9. <dt>none</dt>
  10. <dd>No extra tidying should be done</dd>
  11. <dt>light</dt>
  12. <dd>Only fix elements that would be discarded otherwise due to
  13. lack of support in doctype</dd>
  14. <dt>medium</dt>
  15. <dd>Enforce best practices</dd>
  16. <dt>heavy</dt>
  17. <dd>Transform all deprecated elements and attributes to standards
  18. compliant equivalents</dd>
  19. </dl>
  20. --ALLOWED--
  21. 'none', 'light', 'medium', 'heavy'
  22. --# vim: et sw=4 sts=4