Re: [webcomponents] [Custom]: "are" custom element names ASCII characters, or MUST they be ASCII characters? (#239)

I see, it really depends on what the requirements are. Does it need to be supported by the HTML parser? Does it need to be supported by `createElement()`? Does it need to be supported by `createElementNS()`? Do we want emojis? If the answer to the first three is yes, you could have NCName, plus the limitation that the first code point is an ASCII alpha, plus that it must contain a hyphen. If you also want emojis, it might be good for browsers to implement the latest version of XML, etc.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/239#issuecomment-191892179

Received on Thursday, 3 March 2016 18:14:43 UTC