- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 13 Oct 2005 17:03:31 +0000
- To: www-validator-cvs@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2340 Summary: Simple HTML failing validation with bogus error Product: Validator Version: HEAD Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Parser AssignedTo: link@pobox.com ReportedBy: gamigin@gmail.com QAContact: www-validator-cvs@w3.org The following HTML fails validation: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Slot Reporting</title> <link href="CSS/main.css" type="text/css" rel="stylesheet"/> </head> <body> </body> </html> With error: Line 7 column 7: end tag for element "HEAD" which is not open.
Received on Thursday, 13 October 2005 17:03:37 UTC