Re: [webcomponents] Large custom element spec rewrite to implement some F2F decisions (#405)

>  <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 -->

Haha! I thought that was deliberate!

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/pull/405/files#r54656237

Received on Tuesday, 1 March 2016 23:45:00 UTC