css-allowed-preserve.htmlt 144 B

12345
  1. --INI--
  2. CSS.AllowedProperties = color,background-color
  3. --HTML--
  4. <div style="color:#f00;background-color:#ded;">red</div>
  5. --# vim: et sw=4 sts=4