Add bug with <pre><code>...</code></pre> reported by V1.
authorJuriy Zaytsev <kangax@gmail.com>
Tue, 16 Mar 2010 15:49:09 +0000 (11:49 -0400)
committerJuriy Zaytsev <kangax@gmail.com>
Tue, 16 Mar 2010 15:49:09 +0000 (11:49 -0400)
index.html

index 3f91cdd..e5ca648 100644 (file)
           <li>Parser trips over xml declarations (need to ignore or strip them)</li>
           <li>Generate a report of all applied transformations</li>
           <li>Experiment with web workers (to avoid freezing browser)</li>
+          <li>Whitespace is munged in element that's descendant of <code>pre</code> 
+              (e.g.: <code>&lt;pre>&lt;code>...&lt;/code>&lt;/pre></code>)</li>
         </ul>
         <ul>
           <li>HTMLLint: warn about repeating attributes (e.g. multiple styles, classes, etc.)</li>