html2hyperscript
html2hyperscript copied to clipboard
parsing unclosed tags [browser valid html]
<input name="test"> <!-- invalid -->
<input name="test"/> <!-- valid -->
Im not getting an error but, when building virtual nodes with Matt-Esch/virtual-dom it goes wrong
why does this happen? thanks