hyperscript
hyperscript copied to clipboard
img tag shouldn't close
h('img').outerHTML produces <img></img> while it probably should produce <img>.
What do you think?
Looks like this was just fixed in https://github.com/1N50MN14/html-element/commit/450252586486a1a0f0217e64faaf7f382daee13f
It's now in html-element 1.4.0.
I would bump its version in package.json but many tests are broken as it is.
run tests in hihat?
Most, if not all, tests that are broken, are related to the faux browser env (or element env).