diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-30 12:27:52 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-30 12:27:52 +0000 |
commit | c631877d90adaf1ca77f30bedad61b8c54f2dfa3 (patch) | |
tree | b3f7986e6d4b1d1022b472fe426d2546cc10e119 | |
parent | 9922c37d73add803dd5e17c2033915b298f0fed9 (diff) |
web commit by JeroenSchot
-rw-r--r-- | doc/todo/done/html.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/done/html.mdwn b/doc/todo/done/html.mdwn new file mode 100644 index 000000000..96dc0b476 --- /dev/null +++ b/doc/todo/done/html.mdwn @@ -0,0 +1,6 @@ +## html validation + + * A doctype: XHTML 1.0 strict. + * <hr> to <hr /> etc. + * Image wikilinks provide an alt text. + * &'s in (cgi-)url's escaped as &amp;.
\ No newline at end of file |