File: TODO

package info (click to toggle)
libhtml-clean-perl 0.8-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 248 kB
  • ctags: 43
  • sloc: perl: 443; makefile: 37
file content (20 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TODO list for the HTML::Clean Module
------------------------------------

* May need to be more selective with some of the regexps, so as to not
  clobber JavaScript.

* Add length/width elements to IMG tags?

* Add a real parser/grammar system, like a real compiler, then we
  can optimize repeated HTML elements, like this:

  <center>sometext</center><center>some more text</center>

  This would also allow specific handlers for specific content types
  i.e. PRE blocks, Javascript, Stylesheets, ASP, etc...

* Replace <div align="center"></div> with just <center></center>

* Add counters so we can collect statistics on the usefullness of 
  the various optimizations