Re: [WICG/webcomponents] HTML Modules: JavaScript Scoping of ShadowDom Children (Issue #959)

This would actually simplify your previous example down to:

```js
<template id="myCustomElementTemplate">
    <button onclick="this.handleClick.call(event.target, event)">Click me!</button>
</template> 
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/959#issuecomment-1367019169
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/959/1367019169@github.com>

Received on Thursday, 29 December 2022 01:47:43 UTC