[Checkins] SVN: hurry.resource/trunk/TODO.txt Add a few new todo items

Martijn Faassen faassen at startifact.com
Tue Dec 22 13:25:40 EST 2009


Log message for revision 106890:
  Add a few new todo items
  

Changed:
  U   hurry.resource/trunk/TODO.txt

-=-
Modified: hurry.resource/trunk/TODO.txt
===================================================================
--- hurry.resource/trunk/TODO.txt	2009-12-22 16:51:33 UTC (rev 106889)
+++ hurry.resource/trunk/TODO.txt	2009-12-22 18:25:39 UTC (rev 106890)
@@ -12,3 +12,14 @@
 * For performance reasons it would be nice if we could somehow support
   auto-rollup for resources. See also Malthe's ``repoze.squeeze``.
 
+* We have a usecase where a rolled up version exists with a minified
+  mode available while for the individual resources no minified mode
+  is available. It would be nice if we could support this.
+
+* Some CSS only functions correctly if the following doctype is in the
+  page::
+
+  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+  We could extend the insertion logic to put this in automatically if
+  a CSS resource declares it needs this.



More information about the checkins mailing list