Re: [w3c/webcomponents] Clarify upgrading element's properties (#660)

Something lucky we can avoid this by using custom element after they defined.
```javascript
customElements.whenDefined('x-label').then(() => { /* .. */ });
```
But I still like after upgrading, pass the value to custom element, but property keep custom element defined.

-- 
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/660#issuecomment-325846530

Received on Wednesday, 30 August 2017 00:57:12 UTC