Friday, February 21, 2003

W3C Web Lint


Also known as the W3C MarkUp Validation Service. Tossing my current homepage at it results in (14) errors... bleh! Most of them are minor issues, some of which come from my saying the page is HTML 3.2 when it's not... (list of valid DTDs). For instance, I'm saying:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

When I should probably be using one of the following instead:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Hmm... that broke some things, LOL! Time to go play with the CSS validator as well and finally put this CSS file to sleep.


posted by Wuphon's at 8:40 PM

Powered by Blogger Who's linked to me?