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
Do we want to be able to access sheets declared in shadow DOM from light DOM? For example:
<templateshadowrootmode="open"><style>@sheet foo {
div {
color: red;
}
}
</style><linkrel="stylesheet" href="#foo" /><span>I'm in the shadow DOM</span></template><linkrel="stylesheet" href="#foo" /><span>I'm in the light DOM</span>
The text was updated successfully, but these errors were encountered:
Do we want to be able to access sheets declared in shadow DOM from light DOM? For example:
The text was updated successfully, but these errors were encountered: