I’m used to teaching others about the importance of writing good html code, by forcing them to use the http://validator.w3.org for checking if they forgot to close a tag.
This works great when using xHTML1 Strict, but I’d like to use the HTML5 doctype and tags where possible.
The validator does not report opening a <p> tag without closing it to be an error.
Is this normal in HTML5 or is the validator not working properly?
The validator is likely working correctly:
From: http://www.w3.org/TR/html-markup/p.html