[Jifty-commit] r1744 - in jifty/trunk: lib/Jifty/Test/WWW

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Aug 3 14:25:50 EDT 2006


Author: trs
Date: Thu Aug  3 14:25:49 2006
New Revision: 1744

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm

Log:
 r15059 at zot:  tom | 2006-08-03 14:22:51 -0400
 Further explain XXX TODO


Modified: jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	(original)
+++ jifty/trunk/lib/Jifty/Test/WWW/Mechanize.pm	Thu Aug  3 14:25:49 2006
@@ -17,7 +17,8 @@
 my $Test = Test::Builder->new;
 
 # XXX TODO: We're leaving out FLUFF errors because it complains about non-standard
-# attributes such as "autocomplete" on <form> elements.
+# attributes such as "autocomplete" on <form> elements.  There should be a better
+# way to fix this.
 my $lint = HTML::Lint->new( only_types => [HTML::Lint::Error::STRUCTURE,
                                            HTML::Lint::Error::HELPER] );
 


More information about the Jifty-commit mailing list