-
https://drafts.csswg.org/resize-observer/#calculate-depth-for-node-h doesn't explain what
parent-traversal path means. Does it include Shadow DOM? In which way? Is ShadowRoot included?
-
### 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…
-
#### Please describe the feature you would like to request.
Implement custom components using angular elements for angular material components
#### What is the use-case or motivation for this prop…
-
### Description
After loading the `@lwc/synthetic-shadow` polyfill, exiting fullscreen from a nested shadow root no longer works.
#### Steps to Reproduce
```bash
git clone https://github.com…
-
In `minimap-autohide/styles/minimap-autohide.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 …
-
In `minimap-autohide\styles\minimap-autohide.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 …
-
### 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…
-
As a custom element author, it's not uncommon to create an element that utilizes some sort of dynamic "popover." There are many examples of this, but a few common ones include:
- Dialogs
- Dropdow…
-
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…
-
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,…