node-html-parser icon indicating copy to clipboard operation
node-html-parser copied to clipboard

HTML considered invalid wrongly.

Open an0rak-dev opened this issue 1 year ago • 0 comments

When trying to parse hte html from this page, calls to valid returns false and the HTML isn't parsed.

Further inspection shows that the call to base_parse returns a stack of length 21, let me thinking that the closing tags aren't appropriately detected.

I used version 6.1.13.

an0rak-dev avatar Sep 01 '24 08:09 an0rak-dev