Prepended constants with C_ to avoid reserved words as per https://www.php.net/manual...
[htmlpurifier/darkodev.git] / library / HTMLPurifier / ConfigSchema / schema / CSS.ForbiddenProperties.txt
blobf1f5c5f12b45a9a74babb37104ef9ce7e14b6dde
1 CSS.ForbiddenProperties
2 TYPE: lookup
3 VERSION: 4.2.0
4 DEFAULT: array()
5 --DESCRIPTION--
6 <p>
7     This is the logical inverse of %CSS.AllowedProperties, and it will
8     override that directive or any other directive.  If possible,
9     %CSS.AllowedProperties is recommended over this directive,
10     because it can sometimes be difficult to tell whether or not you've
11     forbidden all of the CSS properties you truly would like to disallow.
12 </p>
13 --# vim: et sw=4 sts=4