- From: Hayato Ito <notifications@github.com>
- Date: Mon, 08 Aug 2016 21:57:13 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 9 August 2016 04:57:46 UTC
Please remove "breaks encapsulation of Shadow DOM" from the concerns because `>>>` must not *cross* closed shadow roots in any sense. An open shadow roots already provides `Element.shadowRoot`. So the use case should be the same for `Element.shadowRoot`, basically. The point is that `>>>` in the static profile is just a *utility* feature which can be polyfill-able by JavaScript. However, having `>>>` in the Web Platform makes the Web faster, and reduces the burdens of web developers. `>>>` does not provide any value for closed shadow roots. --- 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/78#issuecomment-238453681
Received on Tuesday, 9 August 2016 04:57:46 UTC