- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 29 Mar 2016 16:30:56 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 29 March 2016 23:31:23 UTC
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