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
Commit 8697b40 which was used to close issue #231 causes issues with contained custom elements.
Contained custom elements are never fully adopted even when the containing element is finally adopted. This means that contained elements will always be matched by the :unresolved CSS pseudo-property.
In https://codepen.io/depeele/pen/PBWyzB using lit-html:v0.10.1 but otherwise the same code, test-item is not considered resolved in the final document.
The text was updated successfully, but these errors were encountered:
Commit 8697b40 which was used to close issue #231 causes issues with contained custom elements.
Contained custom elements are never fully adopted even when the containing element is finally adopted. This means that contained elements will always be matched by the
:unresolved
CSS pseudo-property.In https://codepen.io/depeele/pen/QBdZyo using
lit-html:v0.10.0
the containedtest-item
is considered resolved in the final document.In https://codepen.io/depeele/pen/PBWyzB using
lit-html:v0.10.1
but otherwise the same code,test-item
is not considered resolved in the final document.The text was updated successfully, but these errors were encountered: