This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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?
also passing with this: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <title>dd</title> </head> <body><div>dwwfef</div></body> </html>
http://www.w3.org/TR/html4/struct/global.html#h-7.4.1 7.4.1 The HEAD element Start tag: optional, End tag: optional