- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Sep 2009 19:15:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle/lib/Bundle/W3C In directory hutz:/tmp/cvs-serv12235/misc/bundle/lib/Bundle/W3C Modified Files: Validator.pm Log Message: Remove fuzzy matching/"Did you mean ..." implementation due to too many incorrect suggestions emitted. We'd need to be aware of which attributes and/or elements are valid in the checked document in the particular position; flat lists of all HTML elements and attributes results in too many false positives. String::Approx usage would have probably needed some work as well, or perhaps it wasn't the best choice for the task to begin with. Index: Validator.pm =================================================================== RCS file: /sources/public/validator/misc/bundle/lib/Bundle/W3C/Validator.pm,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Validator.pm 29 Jun 2009 20:30:48 -0000 1.29 +++ Validator.pm 16 Sep 2009 19:15:19 -0000 1.30 @@ -43,7 +43,6 @@ Net::hostent SGML::Parser::OpenSP 0.991 Socket - String::Approx URI URI::Escape XML::LibXML
Received on Wednesday, 16 September 2009 19:15:32 UTC