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
html-dom-parser 0.2.2 → 0.2.3
This fixes a bug related to client-side DOM parsing for unclosed
HTML markup.
Relates to #126 and remarkablemark/html-dom-parser#18
Expected Behavior
Parser should try to keep all existing html tags if html string has open and tags, but does not have close and tags
Actual Behavior
Parser completely removes all body elements if html string has open and tags, but does not have close and tags
Steps to Reproduce
Just try to parse following html string:
Reproducible Demo
https://jsfiddle.net/rxzudvmf/
Environment
The text was updated successfully, but these errors were encountered: