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

Consensus at TPAC 2016 f2f: although Google had some cases that people want to use '>>>' for querySelector/querySelectorAll, it was not enough evidence that every browser is convinced to implement the feature, so this proposal is abandoned.

Pros:
- For open shadows, it would give uses performant primitive to find element(s), such as `document.querySelector('html >>> [i18n-translatetext]')` for finding nodes that require text translation.

Cons:
- It can be emulated using traversing a node tree.
- It breaks encapsulation for open shadow roots.
- It does not work for closed mode shadow root at all.


-- 
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-248560978

Received on Wednesday, 21 September 2016 09:38:22 UTC