Remove "write more tests" from todo. Looks like all current cases are already covered.
authorJuriy Zaytsev <kangax@gmail.com>
Thu, 11 Feb 2010 21:30:04 +0000 (16:30 -0500)
committerJuriy Zaytsev <kangax@gmail.com>
Thu, 11 Feb 2010 21:30:04 +0000 (16:30 -0500)
index.html

index 00b5d99..94f14f6 100644 (file)
       <div id="todo">
         TODO:
         <ul>
-          <li>Write more unit tests (~90 so far)</li>
           <li>Detect repeating attributes (e.g. multiple styles, classes, etc.)</li>
           <li>Strip whitespace from attributes where allowed</li>
           <li>Report deprecated (or presentational) attributes (e.g.: <code>&lt;td width="..." height="..."></code>)</li>