You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the other hand, if I parse large html with this "span issue" and use parse without parseNoneClosedTags property, I will get infinite loop inside library.
The text was updated successfully, but these errors were encountered:
bujhmt
changed the title
parseNoneClosedTags invalid behaviour
parse & parseNoneClosedTags invalid behaviour
Dec 8, 2022
Hello, @taoqf!
parseNoneClosedTags
property doesn't work properly.Wrong html fragment:
Browser fixed output (from devtools):
Library output:
On the other hand, if I parse large html with this "span issue" and use
parse
without parseNoneClosedTags property, I will get infinite loop inside library.The text was updated successfully, but these errors were encountered: