Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 840af161d833bc4d631b7bbda759d792 > files > 5

perl-HTML-Clean-0.800.0-8.mga7.noarch.rpm

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