-
Raw shadow dom example:
http://jsbin.com/uyidik/2/edit
Using custom elements:
http://jsbin.com/ucevas/1/edit
-
Did you have any plans for supporting the Shadow DOM?
The demos don't work when the you turn it on.
https://vic10us.github.io/wistia-video/components/wistia-video/demo/?dom=shadow
-
Yay for old legacy CSS that over=-used `!important`.
I want to mount a component from a vue library into the ShadowDOM so that the host angular app can't rub its grubby `!important` rules all over …
-
- `downshift` version: 9.0.8
- `node` version: 20.15.1
- `npm` (or `yarn`) version: npm@10.7.0
**Relevant code or config**
https://github.com/pzaczkiewicz-athenahealth/downshift-shadow-dom-bug…
-
The `highlightsFromPoint()` function, discussed [here](https://github.com/w3c/csswg-drafts/issues/7513#issuecomment-1248320696), should probably not return highlights in shadow DOMs by default. But, t…
-
At the moment the[ Webpack Configuration for Shadow DOM](https://docs.aurelia.io/components/class-and-style-binding#webpack-configuration-for-shadow-dom) only has this:
```
{
test: /[/\\]src[/\…
-
Turbo appears to leave template tags in place on navigation breaking components that use Declarative Shadow DOM.
https://github.com/user-attachments/assets/78081b36-4379-4993-87c4-903c7a544a1c
…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
When Select menu (and its popover) is displayed within a …
-
### Is your feature request related to a problem? Please describe.
This is not a solution to a problem, but a request to change the architecture of the generated razor DOM elements. At a high le…
-
Tabster relies on several DOM APIs like `TreeWalker`, `Node.contains()` and `Node.parentElement` that do not look into shadow roots. This prevents Tabster from working with custom elements that use th…