From: www-data 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 <hr> should become <hr\> etc. + * Image wikilinks should provide an alt text (maybe '$filname wiki-image'?). + * &'s in (cgi-)url's must be escaped as &amp;. + * [ [inlinepage] ] gets wrapped in <p>...</p> which has a high chance of invalidating the page.