Re: [webcomponents] Custom elements disconnected from a document should not be upgraded (#419)

You just need to spec a deterministic time for when the upgrade maps are cleared. Today in blink the references are weak so you could indeed observe the GC by waiting and then doing registerElement at various times. In practice no one has ever complained or noticed.

ex. How useful is upgrade after the load event as fired? Maybe we should turn that system off at that point?

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/419#issuecomment-193545569

Received on Tuesday, 8 March 2016 01:30:18 UTC