From 88f393edebaa8218e45a1c0e528fbca93badb982 Mon Sep 17 00:00:00 2001 From: Juriy Zaytsev Date: Tue, 16 Mar 2010 11:49:09 -0400 Subject: [PATCH] Add bug with
...
reported by V1. --- index.html | 2 ++ 1 file changed, 2 insertions(+) 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>)