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 5 6
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <body> <!--[if !supportLists]-->...<!--[endif]--> </body> </html>