Re: [w3c/webcomponents] How to detect when an element is transcluded into a shadow tree? (#504)

@trusktr If you want a partial polyfill that supports a `slotchange` event, have a look at https://github.com/skatejs/named-slots/. You can try enabling Shadow DOM V1 support in Chrome Canary using /Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --enable-blink-features=ShadowDOMV1. Though, I'm not sure if it's been implemented there yet.

---
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/504#issuecomment-221757859

Received on Thursday, 26 May 2016 01:56:50 UTC