- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 02 Aug 2016 17:28:22 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 3 August 2016 00:29:04 UTC
The problem is that then `new Element("p")` would not return an `Element`. So this is unlikely to ever work. We may in the future allow `new HTMLParagraphElement()`, but probably not ever `new Element("tagname")`. --- 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/287#issuecomment-237093190
Received on Wednesday, 3 August 2016 00:29:04 UTC