HEX
Server: Apache
System: Linux pdx1-shared-a2-09 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: dh_pvsc7i (5084578)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/libhtml-clean-perl/TODO
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