-
### Feature description
# Shorter interface for getting text of an element
## Why ?
For people using puppeteer for web scraping, it is really common to get the `innerText` of elements.
How com…
-
Two things have happened in the last year or two:
* Vanilla CSS has gotten [really, really good](https://www.spicyweb.dev/css-nouveau/) (shameless plug!).
* esbuild has gotten better at transpilin…
-
All,
Based on where we are at with this, with some open challenges, wonky bits and no shadow dom implementation yet either, I worked with @alice on a review and refactor. After a lot of discussion,…
-
## Maintainer List
@rskhan167
## For New Translators
Please read this first (click to open)
To translate an article:
1. Check that no one else has claimed your article in the checklist below.
2.…
-
I am using this,
querySelectorDeep(`[aria-label="Go to series - BxP_Learn_Series-1"]`)
I ma getting error
import { normalizeSelector } from './normalize' in node_modules\query-selector-shad…
-
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…
-
### 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…
-
**Background**: @nolanlawson proposed on https://github.com/WICG/aom/issues/192 that IDL attributes be allowed to refer into open shadow roots (through arbitrarily many layers of open shadow roots, as…
-
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…