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

Implement all useful table properties.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@325 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2006-08-27 01:45:23 +00:00
parent 692a9abc0f
commit 78414abafd
5 changed files with 31 additions and 7 deletions

3
TODO
View File

@@ -2,7 +2,6 @@ Todo List
Core:
- Finish table and shorthand CSS attributes
- border-collapse, caption-side, empty-cells, table-layout, vertical-align
- background (and friends)
- list-style
- Implement all non-essential attribute transforms
@@ -30,3 +29,5 @@ Enhancements:
offer default implementation
- Auto-paragraphing (be sure to leverage fact that we know when things
shouldn't be paragraphed, such as lists and tables).
- Automatically add non-breaking spaces to empty table cells when
empty-cells:show is applied to have compatibility with Internet Explorer