Subject: | IE down-level revealed HTML comments |
IE allows strange "downlevel-revealed conditional comments"
(http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp).
Currently HTML::FillInForm will mangle these comments if the original
HTML has them.
I've fixed this by subclassing HTML::FillInForm, details here -
http://use.perl.org/~mpeters/journal/29696.
Would be nice if this could somehow be incorporated into the main distro.