]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
web commit by JeroenSchot: summarize current html problems.
authorwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 28 Mar 2006 19:15:41 +0000 (19:15 +0000)
committerwww-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 28 Mar 2006 19:15:41 +0000 (19:15 +0000)
doc/todo/html.mdwn

index 3712c6b734c12d9915c46c7bae9ff876486de1c1..ba167ea6231ae80557d3fee6bb92465ea28e6b58 100644 (file)
@@ -4,3 +4,10 @@ formatting, and images to indicate web vs svn commits and to link to diffs.
 All of this should be doable w/o touching a single line of code, just
 editing the [[templates]] BTW.
 
+Current problems:
+
+  * A doctype should be added: do we want XHTML 1.0 or HTML 4.01 Trans as default?
+  * If XHTML: In templates &lt;hr&gt; should become &lt;hr\&gt; etc.
+  * Image wikilinks should provide an alt text (maybe '$filname wiki-image'?).
+  * &'s in (cgi-)url's must be escaped as &amp;amp;.
+  * [ [inlinepage] ] gets wrapped in &lt;p&gt;...&lt;/p&gt; which has a high chance of invalidating the page.