- From: Baocang Nie <notifications@github.com>
- Date: Tue, 29 Aug 2017 07:49:24 +0000 (UTC)
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 29 August 2017 07:49:48 UTC
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