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

Yeah, that's the proposal.  The problem is that the current spec says that we need to treat any element with `-` as a custom element regardless of whether the author has shown the intent to use custom elements or not.  As such, any existing content that creates a lot of temporary elements that never call `defineElement` would leak all those elements indefinitely.

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

Received on Monday, 7 March 2016 09:16:50 UTC