diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-28 19:15:41 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-28 19:15:41 +0000 |
commit | 9645f0ccbc970050c5cccc2d03e277614af36d8a (patch) | |
tree | 742436153d5a66c1a0cb00bad5a7f972ec4f729b | |
parent | 3e4477469106148966dba828698df080578fb82b (diff) |
web commit by JeroenSchot: summarize current html problems.
-rw-r--r-- | doc/todo/html.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
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. |