Re: [whatwg/dom] new Element(tagName)? (#287)

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