1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-04 21:28:06 +02:00

Move opacity to tricky. Fixes #16.

Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
This commit is contained in:
Edward Z. Yang
2014-08-31 09:23:58 +01:00
parent 15d1a3003a
commit bf84df4f7d
2 changed files with 4 additions and 2 deletions

2
NEWS
View File

@@ -10,6 +10,8 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
==========================
4.7.0, unknown release date
# opacity is now considered a "tricky" CSS property rather than a
proprietary one.
- Don't truncate upon encountering </div> when using DOMLex. Thanks
Myrto Christina for finally convincing me to fix this.