Re: [whatwg/dom] Non-builtin custom elements which don't have definition yet, may get non-null is-value (#659)

document.createElement("foo-bar", { is: "tadaa" });

https://dom.spec.whatwg.org/#concept-create-element
We don't have definition, so we take step 7.2, "is value set to is"


But if there is definition for foo-bar, we take step 6, where 11 "Set result’s is value to null. "

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/659#issuecomment-400489666

Received on Tuesday, 26 June 2018 23:01:01 UTC