From a800861b3014b8f92013b50a592d7678c44d519d Mon Sep 17 00:00:00 2001 From: Juriy Zaytsev Date: Tue, 9 Mar 2010 21:57:53 -0500 Subject: [PATCH] Add detection of `href="javascript:void 0"` to todo. --- index.html | 1 + 1 file changed, 1 insertion(+) 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"
  • -- 2.34.1