- From: Ryosuke Niwa <notifications@github.com>
- Date: Fri, 22 Nov 2019 23:24:04 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 23 November 2019 07:24:07 UTC
In addition to defining & collecting compelling use cases, here are some of additional issues / edge cases that need to be sorted out off the top of my head: * What happens to exiting elements' prototype & its methods. * What happens when someone clones an existing element, which is now "undefined". * What happens when when a custom element reaction callback or upgrading a custom element (inadvertently) undefines itself before draining some of items in [custom element reaction queue](https://html.spec.whatwg.org/multipage/custom-elements.html#custom-element-reaction-queue). I'm sure there is a lot more cases to consider that I haven't even thought about. -- 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/754#issuecomment-557774809
Received on Saturday, 23 November 2019 07:24:07 UTC