Re: [w3c/webcomponents] Support /deep/ in static profile (bugzilla: 28591) (#78)

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