-
https://github.com/servo/servo/blob/e956f3124c230549c6ef4a63e2c27e56d0965453/components/script/dom/raredata.rs#L26-L29
https://github.com/servo/servo/blob/e956f3124c230549c6ef4a63e2c27e56d0965453/c…
-
## Expected behaviour
Pa11y should pierce shadow DOM
## Actual behaviour
Pa11y does not pierce shadow DOM
## Steps to reproduce
A simple test with two very obvious fails (but one in sha…
-
### Describe the feature / bug 📝:
I have a project where i use sonner in a web extension, but recently I moved the rendering to the shadow dom. Then I noticed that the toasts where not rendering as…
-
When we pass `shadow : 'open'` or `shadow : 'closed'` we would probably expect the styles to be included in the shadow root.
Is there any way to accomplish this?
```css
.welcome {
color: re…
-
### Describe the bug
I would like to have the ability to use declarative shadow DOM (without custom elements) within Solid components just to get style scoping. It doesn't work and I get the error …
o-t-w updated
4 months ago
-
Hello! Great job!
Is it possible not to use shadow dom at the moment? Perhaps by overriding properties or methods?
Motivation:
- Not all browsers support Shadow DOM well
- Difficult to reu…
-
### Describe the bug
Declarative Shadow DOM doesn't work in Svelte. According to MDN, you can declare a shadow dom with a `` tag and with the `shadowrootmode` attribute having a value of either `op…
-
A recurring pain point around defining WC styling is that shadow DOM CSS is too limited to target what authors actually want to target. A common use case is targeting slotted (light DOM) descendants a…
-
Websites are increasingly using the shadow DOM for complex DOM hierarchies. Reddit is an example of a site that makes heavy use of the shadow DOM. I've also seen sites that are putting `` elements ins…
-
### Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop
### Reproducible in the monaco editor playground?
- [ ] Not…