- From: Trey Shugart <notifications@github.com>
- Date: Thu, 17 Mar 2016 15:42:16 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 17 March 2016 22:42:48 UTC
@andyearnshaw setting properties can carry over to a custom element at upgrade time depending on the implementation. See http://jsbin.com/jaqoni/1. The catch here is that the element must be inserted to the document to to be upgraded when the definition is eventually loaded. Specifics around that upgrade behaviour is being discussed at https://github.com/w3c/webcomponents/issues/419#issuecomment-196984358. --- 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/444#issuecomment-198112081
Received on Thursday, 17 March 2016 22:42:48 UTC