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

If element name is valid custom element name, then is value shouldn't be preserved, since is value is for builtins only.
I guess if createElement("button", {  is : "input"}); is used, storing is value doesn't make too much sense either. So, basically store is value only if it can be useful later?

-- 
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-400494080

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