- From: Rodney Rehm <notifications@github.com>
- Date: Mon, 22 Feb 2016 00:59:57 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Monday, 22 February 2016 09:00:49 UTC
I'm looking for a way to keep track of ShadowRoots being created. Neither does the current implementation of ShadowDOM/MutationObserver in Firefox 44 and Chrome 48 register a mutation for `element.createShadowRoot()` (renamed to `attachShadow()`), nor does either specification mention this situation specifically. To the best of my knowledge it is currently not possible to get identified when a ShadowRoot is created for an element. (originally raised at whatwg/dom#170) --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/390
Received on Monday, 22 February 2016 09:00:49 UTC