Re: [w3c/webcomponents] Why do we really need hyphens? (#658)

I hate the hyphens in custom element name.
Such as `calendar`, The best way to use the `calendar` is the public attribute and method has a spec by some group or person. And a lot of developer can create a new calendar by the rule.

Then we can use the different `calendar`  in html, just change  the `import` from 
`<link rel="import" href="path/to/a/calendar.html">` to `<link rel="import" href="path/to/b/calendar.html">` or replace file `path/to/a/calendar.html` by `path/to/b/calendar.html` without other modification.

But now, I needs to change the url of `import`,  change from `a-calendar` to `b-calendar` and attribute, event and others in every files.

-- 
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/658#issuecomment-325583270

Received on Tuesday, 29 August 2017 07:49:48 UTC