- From: Ryosuke Niwa <notifications@github.com>
- Date: Tue, 14 Aug 2018 20:28:36 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 15 August 2018 03:28:57 UTC
The problem comes down to step 3 of the concept to [enqueue a custom element callback reaction](https://html.spec.whatwg.org/multipage/custom-elements.html#enqueue-a-custom-element-callback-reaction) exits early when there is no matching *callback* without [enqueueing an element on the appropriate element queue](https://html.spec.whatwg.org/multipage/custom-elements.html#enqueue-an-element-on-the-appropriate-element-queue). WebKit happens to have a bug to not skip the step to enqueue an element on the appropriate element queue even when there is no matching callback, and as a result doesn't exhibit this behavior. -- 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/760#issuecomment-413083554
Received on Wednesday, 15 August 2018 03:28:57 UTC