from https://github.com/unframework/html2hyperscript/issues/6 ```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