nanohtml
nanohtml copied to clipboard
Valueless attributes gets unexpected default value
html`<span data-idl></span>`
Becomes <span data-idl="data-idl"> instead of spec-compliant <span data-idl="">.