Bugzilla – Bug 816
<head><p></head><body> should say that <p> is not allowed in head
Last modified: 2015-04-01 09:46:18 CEST
http://validator.nu/?doc=http%3A%2F%2Fdevelopers.whatwg.org%2F&out=text currently gives: ... Error: Element “link” is missing required attribute “itemprop”. From line 18, column 10; to line 18, column 55 Error: Stray end tag “head”. From line 19, column 1; to line 19, column 7 Error: “body” start tag found but the “body” element is already open. From line 20, column 1; to line 20, column 6 ... It would be helpful if the validator emitted a message when seeing <body> and body had already been implied which highlights the token that implied body and saying that it should be moved into the body or so.