-
[`anchor-scope`](https://www.w3.org/TR/css-anchor-position-1/#anchor-scope) is specified to limit the exposure of anchors to not go above the `anchor-scope` element. However, [`anchor-name`](https://w…
-
### Feature Proposal
When using `lazyStyleTag` and `use({ target: shadowRoot })` inside a shared JavaScript module, only the first call to use injects a `style` element. The other shadow elements t…
-
Hello! I recently discovered this wonderful package and I've just finished implementing a few product tours in my React web application. However, I am now running into an issue with the component when…
-
Hi all,
I understand that `@apply` can only be used to import classes that it can "see".
I come from the perspective of web components, particularly using the Shadow DOM.
Hence I would like…
-
### What is the issue with the DOM Standard?
In https://github.com/whatwg/html/pull/9841#discussion_r1834134022 @annevk and I discussed some of the spec around the `CommandEvent` as part of `command/…
-
The current `querySelector`/`querySelectorAll` doesn’t have a syntax to select within a shadowDOM.
Some solutions:
1. Create a new helper called `shadowSelector` that knows to use the `element.s…
-
Bug Type: **`Style`**
## Environment
- Vue Version: `3.2.31`
- Element Plus Version: `2.0.5`
- Browser / OS: `chrome 99`
- Build Tool: `Webpack`
## Reproduction
### Related Componen…
-
In `live-archive\styles\live-archive.less`:
Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should s…
-
In `live-archive/styles/live-archive.less`:
Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should s…
-
E.g. React renders something like
```html
```
then the gl-effect behavior will later append a canvas to the wrapper
```html
```
now if React re-renders, funny t…