Hash : 3adb396d Author : Date : 2024-09-07T15:18:13
html: Parse bogus comments instead of ignoring them Also treat XML processing instructions as bogus comments.
Download
1 2 3 4
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <!--?xml encoding="UTF-8"--><html><body> <p>öäüß</p> </body></html>