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

Hmm yeah, good catches. So my fixes would be:

- createElement(NS) should check any present `is` dictionary member against the valid custom element name production
- All callers of "create an element" should be sure to only send valid custom element name type extensions.

---
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-203008436

Received on Tuesday, 29 March 2016 17:20:39 UTC