Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scopesubtree same scope #5544

Merged
merged 3 commits into from
May 20, 2019
Merged

Scopesubtree same scope #5544

merged 3 commits into from
May 20, 2019

Commits on May 20, 2019

  1. 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.
    dfreedm committed May 20, 2019
    Configuration menu
    Copy the full SHA
    8a5c1e9 View commit details
    Browse the repository at this point in the history
  2. remove debugger line

    dfreedm committed May 20, 2019
    Configuration menu
    Copy the full SHA
    634d736 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c051c5b View commit details
    Browse the repository at this point in the history