The following XHTML is missing </p> end tags but Tidy validation does not issue any warning about this: ``` html one two ``` Since the document is XHTML and must be well formed, should Tidy not warn about this? Could this be added / fixed in this fork?