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

Ah I see, sorry, I was looking at DOM instead of HTML. That position makes sense... but I assume that restriction is in the parser for a good reason. Probably to deal with things like `<!` and `<   ` and `<%` and `<?`. Maybe we can allow [A-Za-z] plus anything greater than U+007F.

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

Received on Wednesday, 2 March 2016 21:40:43 UTC