1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-05 05:37:49 +02:00

[1.6.0] Implement width/height attribute transforms with Length.php

- Also, enabled 'height' CSS attribute

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@922 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-03-29 23:48:54 +00:00
parent 1102dc6e27
commit 058f1eba7d
8 changed files with 96 additions and 6 deletions

3
NEWS
View File

@@ -14,7 +14,10 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
+ bgcolor in td, th, tr and table
+ border in img
+ name in a and img
+ width in td, th and hr
+ height in td, th
+ (incomplete)
! Support for CSS attribute 'height' added
1.5.1, unknown release date
- Fix segfault in unit test. The problem is not very reproduceable and