From: Juriy Zaytsev Date: Wed, 10 Mar 2010 02:57:53 +0000 (-0500) Subject: Add detection of `href="javascript:void 0"` to todo. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a800861b3014b8f92013b50a592d7678c44d519d;p=html-minifier.git Add detection of `href="javascript:void 0"` to todo. --- diff --git a/index.html b/index.html index 76f8fe8..87558b8 100644 --- a/index.html +++ b/index.html @@ -147,6 +147,7 @@
  • HTMLLint: warn about repeating attributes (e.g. multiple styles, classes, etc.)
  • HTMLLint: warn about repeating &nbsp; or <br> sequences
  • HTMLLint: warn about missing doctype
  • +
  • HTMLLint: warn about href="javascript:void 0"