MicrosoftEdge / MicrosoftEdge/MSEdgeExplainers
[@sheet] Do we want to be able to access sheets declared in shadow DOM from light DOM?
Open
@aluhrs13 is already working on this.
Since Jan 22, 2025.
AtSheet
- Dominant language
- HTML
- Stars
- 1.4k
- Forks
- 286
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 8
Description
Do we want to be able to access sheets declared in shadow DOM from light DOM? For example:
<template shadowrootmode="open">
<style>
@sheet foo {
div {
color: red;
}
}
</style>
<link rel="stylesheet" href="#foo" />
<span>I'm in the shadow DOM</span>
</template>
<link rel="stylesheet" href="#foo" />
<span>I'm in the light DOM</span>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.