1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-12 00:54:48 +02:00

[1.6.1] Implement BoolToCSS attribute transformations for td,th.nowrap and hr.noshade

- Implement CSS property white-space:nowrap;
- Update TODO with more ambitious goal: all transforms by 1.6.1

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1012 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2007-05-03 04:07:47 +00:00
parent a3ed9196b9
commit bd58a7ba77
10 changed files with 111 additions and 8 deletions

5
TODO
View File

@@ -8,8 +8,9 @@ TODO List
==========================
1.6.1 [Oh Dear, We Missed Something!]
# align in img and table
# noshade in hr
# align in img, table, hr and caption
# clear in br
# type in ul, ol, li
1.7 release [Advanced API]
# Complete advanced API, and fully document it