Re: [w3c/webcomponents] [IDEA] deferred upgrade for Custom Elements. (#559)

@domenic I will strive to do that.

Here is simple reproduction of the problem on jsfiddle (tested in Chrome): https://jsfiddle.net/dgbqdL33.

In `TEST CASE 1`, how would we wait for the child elements to be upgraded when the logic in the parent will depend on the child being `instanceof` the upgraded type?  In `TEST CASE 2`, it works fine because the elements are added to DOM *after* the class registration.

Is this fixed in v1?

-- 
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/559#issuecomment-243283374

Received on Monday, 29 August 2016 23:01:11 UTC