- From: smaug---- <notifications@github.com>
- Date: Tue, 26 Jun 2018 16:25:55 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 June 2018 23:26:18 UTC
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