Tidy crashes when parsing the following files. Basicaly, it's the attribute values which is not quoted by " blow off tidy when tidy tries to print out the warning.

<html>
   <title> Hello World</title>
   <body>
   <font face=arial, hello, world>Hi</font>
   </body>
</html>

Thanks,
Patrick