nanohtml icon indicating copy to clipboard operation
nanohtml copied to clipboard

Valueless attributes gets unexpected default value

Open saschanaz opened this issue 6 years ago • 0 comments

html`<span data-idl></span>`

Becomes <span data-idl="data-idl"> instead of spec-compliant <span data-idl="">.

saschanaz avatar Oct 23 '19 08:10 saschanaz