Re: [w3c/webcomponents] [Custom]: Callback for cloneNode/importNode (bugzilla: 24570) (#176)

I don't want to schedule on both elements.  I think calling this callback on the cloned element provides a slightly better ergonomics because you'd be then copying states from the source like this:

```js
clonedCallback(source) {
    this._someState = source._someState
}
```


-- 
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/176#issuecomment-248851387

Received on Thursday, 22 September 2016 09:19:56 UTC