Re: [w3c/webcomponents] createElement and createElementNS() should check is attribute (#466)

Part of the question here is what the parser should do when encountering `<button is="x">`, or even `<button is="un-defined">`. Should it give a `HTMLUnknownElement`, or a `HTMLButtonElement`? I think I lean toward `HTMLButtonElement` since for `<button is="un-defined">` that is clearly what we want (to allow later upgrades).

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/466#issuecomment-203157697

Received on Tuesday, 29 March 2016 23:31:23 UTC