Bugzilla – Bug 1024
Missing close p tag not detected
Last modified: 2015-03-31 03:01:01 CEST
Omitting to close a <p> tag seems to be fine to the validator. This is considered valid (it's the default example, with </p> removed): <!DOCTYPE html> <html> <head> <title>Test</title> </head> <body> <p> </body> </html> xmllint of course rejects that.
I discovered that this was tolerated by the HTML5 spec! Adding a warning couldn't hurt, though.
resolving; see comment 1