-
## 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.…
-
In `atom-jshint\styles\atom-jshint.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 sto…
-
In `atom-jshint/styles/atom-jshint.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 sto…
-
### 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…
-
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…
-
# 🐞 Bug report
## Description
The current version of axe-core in webhint reports "same id ...for control" even though they are isolated by a shadow-root.
## Details
- Create two components…
-
### 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…
-
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…
-
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…