Bug tracker
xhtml compliance (fix completed in vcs)
2 small xhtml violations:
1: in posting_attach_body.html, which, in itself, is completely embedded in a table, the javascript code is outside any <tr> or<th> element. this is a violation, as, if i understand correctly, <tr> and <th> are the only legal elements in a table.
2: again, in the same file, you have
<textarea class="post" name="filecomment" rows="3" cols="35" size="40">
"size" is not a valid attribute for a textarea.
HINT:
use http://validator.w3.org
it is a bit challenging to test "posting", especially if you dont allow guest posting, because the validator is not a registered user.
one way of doing it is to get to any specific page, use your browser's "view source", select all, copy, and use the textarea in the validator to paste the whole page.
this way you can validate any page, including pages in posting, private messages, profile, acp/mcp etc., and even without publishing your fixes on the web.
Comments / History
from what i saw so far, roughly 1 in 3 acp pages, and maybe 1 in 4 ucp pages are in violation. i haven't test any mcp pages yet. some of the user-level pages too.
i don't think i am going to submit a report per each, at least not until you'll declare them all clean.