/ lib / htmlpurifier / ConfigSchema / schema / CSS.AllowedProperties.txt
CSS.AllowedProperties.txt
 1  CSS.AllowedProperties
 2  TYPE: lookup/null
 3  VERSION: 3.1.0
 4  DEFAULT: NULL
 5  --DESCRIPTION--
 6  
 7  <p>
 8      If HTML Purifier's style attributes set is unsatisfactory for your needs,
 9      you can overload it with your own list of tags to allow.  Note that this
10      method is subtractive: it does its job by taking away from HTML Purifier
11      usual feature set, so you cannot add an attribute that HTML Purifier never
12      supported in the first place.
13  </p>
14  <p>
15      <strong>Warning:</strong> If another directive conflicts with the
16      elements here, <em>that</em> directive will win and override.
17  </p>
18  --# vim: et sw=4 sts=4