- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 07 Dec 2016 15:01:29 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 7 December 2016 23:02:05 UTC
We’re experimenting with `collectMatchingElementsInFlatTree` (implemented in https://trac.webkit.org/changeset/208878) which finds all elements that match a given selector in each tree instead of an explicit `>>>` to cross a shadow boundary because we found that most use cases of this API involved looking for an element of a specific type (e.g. custom element, an element with a specific attribute, etc…) and didn’t warrant matching a specific tree structure across shadow boundaries. -- 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-265601511
Received on Wednesday, 7 December 2016 23:02:05 UTC