- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 07 Aug 2006 21:30:00 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3585
Summary: missing <head> not caught for html 4.01
Product: Validator
Version: HEAD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Parser
AssignedTo: link@pobox.com
ReportedBy: scott.coldwell@daveramsey.com
QAContact: www-validator-cvs@w3.org
I attempted to validate code that looked like the following
<doctype 4.01>
<html>
<title>
</head>
<body>
...
</body>
</html>
and it validated. When I changed to xhtml1.0, it raised an error that there was
no head element.
Received on Monday, 7 August 2006 21:30:04 UTC