From: Juriy Zaytsev Date: Sat, 20 Feb 2010 21:07:48 +0000 (-0500) Subject: Add todo item "Wanr about missing doctype" X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f3f0aeda5afc1fffab90be5eba92b772849c517d;p=html-minifier.git Add todo item "Wanr about missing doctype" --- diff --git a/index.html b/index.html index 0569e5d..1534a8e 100644 --- a/index.html +++ b/index.html @@ -137,6 +137,7 @@
  • Remove as many empty/blank attributes as possible (not just core ones)
  • Parser trips over xml declarations (need to ignore or strip them)
  • Generate a report of all applied transformations
  • +
  • Warn about missing doctype (as part of linting process)