From: Juriy Zaytsev Date: Fri, 12 Mar 2010 17:42:06 +0000 (-0500) Subject: Trim whitespace in attribute values. For now, only in those with %URI; type: href... X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0d4371205a28849b7792a4c545aa3f66a71f0d8e;p=html-minifier.git Trim whitespace in attribute values. For now, only in those with %URI; type: href, src, action, etc. --- diff --git a/index.html b/index.html index f6c7c86..5dc96bc 100644 --- a/index.html +++ b/index.html @@ -143,6 +143,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
  • +
  • Experiment with web workers (to avoid freezing browser)