Version 1
[yaffs-website] / vendor / ezyang / htmlpurifier / library / HTMLPurifier / ConfigSchema / schema / CSS.AllowDuplicates.txt
1 CSS.AllowDuplicates
2 TYPE: bool
3 DEFAULT: false
4 VERSION: 4.8.0
5 --DESCRIPTION--
6 <p>
7   By default, HTML Purifier removes duplicate CSS properties,
8   like <code>color:red; color:blue</code>.  If this is set to
9   true, duplicate properties are allowed.
10 </p>
11 --# vim: et sw=4 sts=4