From: www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Tue, 28 Mar 2006 19:15:41 +0000 (+0000)
Subject: web commit by JeroenSchot: summarize current html problems.
X-Git-Tag: 1.0~147
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/9645f0ccbc970050c5cccc2d03e277614af36d8a

web commit by JeroenSchot: summarize current html problems.
---

diff --git a/doc/todo/html.mdwn b/doc/todo/html.mdwn
index 3712c6b73..ba167ea62 100644
--- a/doc/todo/html.mdwn
+++ b/doc/todo/html.mdwn
@@ -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.