- From: Mitar <notifications@github.com>
- Date: Wed, 15 Jul 2015 22:35:33 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 16 July 2015 05:36:07 UTC
That is interesting, because one of popular [Shadow DOM tutorials](http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/) use `createShadowRoot` on a now blacklisted element: ``` var host = document.querySelector('button'); var root = host.createShadowRoot(); root.textContent = 'こんにちは、影の世界!'; ``` --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/110#issuecomment-121838133
Received on Thursday, 16 July 2015 05:36:07 UTC