summaryrefslogtreecommitdiffstats
path: root/misc/bundle/lib
diff options
context:
space:
mode:
authorville <ville@localhost>2009-09-16 19:15:19 +0000
committerville <ville@localhost>2009-09-16 19:15:19 +0000
commit3d5b8eb96047b10feee4c73be0027e9343c80c49 (patch)
treebfea3ef7ac839f64484772d65c1863cf406bb1a5 /misc/bundle/lib
parent69712514e950563b59c43cdbc04b4d4a4ef8f113 (diff)
downloadmarkup-validator-3d5b8eb96047b10feee4c73be0027e9343c80c49.zip
markup-validator-3d5b8eb96047b10feee4c73be0027e9343c80c49.tar.gz
markup-validator-3d5b8eb96047b10feee4c73be0027e9343c80c49.tar.bz2
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.
Diffstat (limited to 'misc/bundle/lib')
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm
index e3b4c8a..87e14d3 100644
--- a/misc/bundle/lib/Bundle/W3C/Validator.pm
+++ b/misc/bundle/lib/Bundle/W3C/Validator.pm
@@ -43,7 +43,6 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator">
Net::hostent
SGML::Parser::OpenSP 0.991
Socket
- String::Approx
URI
URI::Escape
XML::LibXML