You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
I'm stamping template's content into another node, but the ShadyCSS scopes styles to the dom-module.
In this example, I stamp and append a clone of the template into <body> after 300ms.
When forcing ShadyDOM and customElements, the stamped clone won't receive the correct .target style http://jsbin.com/lobuna/22/edit?html,output
The text was updated successfully, but these errors were encountered:
The dynamic scoping mutation observer only removes scoping for nodes removed from an element, it doesn't check that it needs to remove scoping for added nodes.
I'm stamping template's content into another node, but the ShadyCSS scopes styles to the dom-module.
In this example, I stamp and append a clone of the template into
<body>
after 300ms.When forcing ShadyDOM and customElements, the stamped clone won't receive the correct
.target
stylehttp://jsbin.com/lobuna/22/edit?html,output
The text was updated successfully, but these errors were encountered: