- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 01 Mar 2016 15:51:03 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Message-ID: <w3c/webcomponents/pull/405/r54656986@github.com>
> <ul> > - <li><a>custom element type</a>,</li> > - <li><a href="https://dom.spec.whatwg.org/#concept-element-local-name">local name</a> [[!WHATWG-DOM]],</li> > - <li><a href="https://dom.spec.whatwg.org/#concept-element-namespace">namespace</a> [[!WHATWG-DOM]],</li> > - <li><a>custom element prototype</a>, and </li> > - <li><a>lifecycle callbacks</a>.</li> > + <li>a <dfn id="dfn-element-definition-type" for="custom element definition">type</dfn>, which is a <a>custom element type</a>,</li> > + <li>a <dfn id="dfn-element-definition-local-name" for="custom element definition">local name</dfn>, which is a <a href="https://dom.spec.whatwg.org/#concept-element-local-name">local name</a>,</li> > + <li>a <dfn id="dfn-element-definition-constructor" for="custom element definition">konstructor</dfn>, which is a <a>custom element constructor</a>,</li> <!-- https://github.com/w3c/respec/issues/582 for why it's k --> It is deliberate; see the HTML comment at the end of the line :( https://github.com/w3c/respec/issues/582 --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/pull/405/files#r54656986
Received on Tuesday, 1 March 2016 23:51:32 UTC