Files
polymer/lib
Daniel Freedman 8a5c1e9b2d Make sure scopeSubtree does not recurse through other ShadowRoots
Polymer v1 implementation of `scopeSubtree` actually only added scoping
classes, and thus would have most of the effect of stopping at
ShadowRoot boundaries.

This change is more consistent with Polymer v1 behavior, without a weird
intersection of styling behavior.
2019-05-20 14:33:58 -07:00
..