Rewrite FixNesting implementation to be tree-based.
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / Output.FixInnerHTML.txt
blobd6f0d9f2955eb6313e39262f89bbd8542db87a14
1 Output.FixInnerHTML
2 TYPE: bool
3 VERSION: 4.3.0
4 DEFAULT: true
5 --DESCRIPTION--
6 <p>
7   If true, HTML Purifier will protect against Internet Explorer's
8   mishandling of the <code>innerHTML</code> attribute by appending
9   a space to any attribute that does not contain angled brackets, spaces
10   or quotes, but contains a backtick.  This slightly changes the
11   semantics of any given attribute, so if this is unacceptable and
12   you do not use <code>innerHTML</code> on any of your pages, you can
13   turn this directive off.
14 </p>
15 --# vim: et sw=4 sts=4