From: Juriy Zaytsev Date: Tue, 16 Mar 2010 15:49:09 +0000 (-0400) Subject: Add bug with
...
reported by V1. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=88f393edebaa8218e45a1c0e528fbca93badb982;p=html-minifier.git Add bug with
...
reported by V1. --- diff --git a/index.html b/index.html index 3f91cdd..e5ca648 100644 --- a/index.html +++ b/index.html @@ -150,6 +150,8 @@
  • 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)
  • +
  • Whitespace is munged in element that's descendant of pre + (e.g.: <pre><code>...</code></pre>)