web commit by JeroenSchot: summarize current html problems.
[ikiwiki] / doc / todo / html.mdwn
1 Make the html valid. Add css and prettify. Make RecentChanges use table for
2 formatting, and images to indicate web vs svn commits and to link to diffs.
3
4 All of this should be doable w/o touching a single line of code, just
5 editing the [[templates]] BTW.
6
7 Current problems:
8
9   * A doctype should be added: do we want XHTML 1.0 or HTML 4.01 Trans as default?
10   * If XHTML: In templates <hr> should become <hr\> etc.
11   * Image wikilinks should provide an alt text (maybe '$filname wiki-image'?).
12   * &'s in (cgi-)url's must be escaped as &.
13   * [ [inlinepage] ] gets wrapped in <p>...</p> which has a high chance of invalidating the page.