[HTML] html validation [NOrealBUG]

already fixed bugs

Moderator: AniDB

Locked
XenoFur

[HTML] html validation [NOrealBUG]

Post by XenoFur »

found some bugs in the html scheme via the w3 validator :>

http://validator.w3.org/check?uri=http% ... &verbose=1
wahaha
AniDB Staff
Posts: 1497
Joined: Sun Nov 17, 2002 3:33 pm

Post by wahaha »

I bet half of the web doesn't validate against it ;)

http://anidb.ath.cx isn't very interesting anway, since it's just a small page with a little meta-redirect.

The main page is at http://anidb.ath.cx/perl-bin/animedb.pl, and the validator complains a lot there, but nothing of it is really important. If anything, I'd only suggest to correct the one <form> near the search-button that's closed too early:
<form action="animedb.pl" method="GET" class="adbfixform">
<input type="hidden" name="show" value="animelist">
<table border=0 cellpadding=0 cellspacing=0><tr>
<td>[...]</form></td>
</tr></table>
exp
Site Admin
Posts: 2438
Joined: Tue Oct 01, 2002 9:42 pm
Location: Nowhere

Post by exp »

wahaha wrote:If anything, I'd only suggest to correct the one <form> near the search-button that's closed too early:
i think i did that on purpose.
M$ IE has tons of bugs when it comes to form tags or newlines in table definitions. if i remember correctly i closed the form early bc it fixed a layout bug in some M$ IE versions.

BYe!
EXP
wahaha
AniDB Staff
Posts: 1497
Joined: Sun Nov 17, 2002 3:33 pm

Post by wahaha »

Oh, I see -_-;
Locked