- From: Ville Skyttä <ville.skytta@iki.fi>
- Date: Sat, 03 Jan 2004 10:53:57 +0200
- To: Dave Taylor <taylor@intuitive.com>
- Cc: www-validator@w3.org
On Sat, 2004-01-03 at 10:07, Dave Taylor wrote: > I'm a bit stymied by the HTML validator results I get for this URI: > > http://www.reallifedebt.com/index.shtml > > It says "This page is NOT valid", but has no information in the error list. > Is this some sort of glitch in the validator itself, or is there some nuance > here that I'm not seeing? Glitch yes, as the validator's feedback could be improved quite a bit here. Anyway, the problem lies in your document type declaration, DOCTYPE and PUBLIC need to be in uppercase since your document is X(HT)ML. By the way, for some reason the beta version of the validator running at http://validator.w3.org:8001/ thinks that your doc is HTML 4.01 Transitional. I'll look into it. Thanks for the feedback!
Received on Saturday, 3 January 2004 03:53:59 UTC