[Bug 16412] New: missing head open tag is not reported as error

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16412

           Summary: missing head open tag is not reported as error
           Product: Validator
           Version: HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: check
        AssignedTo: dave.null@w3.org
        ReportedBy: support@tiberianwars.de
         QAContact: www-validator-cvs@w3.org


if i validate the following html the validator does not complain about the
missing opening head tag:

<!DOCTYPE HTML SYSTEM>
<html>

<title>dd</title>
</head>
<body></body>
</html>

Shouldn't this be the case?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 17 March 2012 10:10:13 UTC