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

First you say you don't want to constrain XML by the rules of HTML but then you say you want to use a subset of both.

1 coupled with hyphens is definitely the easiest option here.

(XML is constrained by https://www.w3.org/TR/xml-names/#NT-QName whereas createElement() is constrained by https://www.w3.org/TR/xml/#NT-Name. I think the former is a subset of the latter. But XML is also not consistently implemented across engines due to the fifth edition debacle and everyone mostly stopped caring for it.)

@domenic thoughts?

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

Received on Wednesday, 2 March 2016 08:40:22 UTC