Re: [w3c/webcomponents] Support `>>>` combinator in static profile (#78)

> > We do this in WebKit's C++ code by exposing extra JS objects which lets tests expose & manipulate internal states of WebKit even though doing so in production/user environment won't be okay due to security concerns.
>
> This is exactly why a special selector would be nice for selenium only. I don't think adding it in general to the static profile is warranted at all and would just encourage bad things.

Okay. That more or less matches our expectation. Does something like the API I proposed in https://github.com/w3c/webcomponents/issues/78#issuecomment-265601511 work for you? Instead of having an explicit `>>>`, this API just finds any element which matches a given selector in every shadow tree.

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

Received on Monday, 9 October 2017 01:16:38 UTC