- From: Ryosuke Niwa <notifications@github.com>
- Date: Fri, 04 Mar 2016 17:13:05 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Saturday, 5 March 2016 01:13:34 UTC
[`defineElement`](https://w3c.github.io/webcomponents/spec/custom/#dom-document-defineelement)'s first argument should be renamed to `localName`. `type` is a very generic term and could refer to anything whereas `localName` in the context of DOM API is understood to refer to a [specific meaning](https://dom.spec.whatwg.org/#concept-element-local-name) and also matches the [definition of `createElement`](https://dom.spec.whatwg.org/#dom-document-createelement). --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/416
Received on Saturday, 5 March 2016 01:13:34 UTC