-
When using a Vaadin application theme from TypeScript, I want to have an API to include the application theme styles inside the shadow root of a custom component, so that there is a convenient way to …
-
NetLog viewer fails to look up elements by ID. This seems to be related to the new Shadow dom support in Chrome M53. Polymer 2.0 also doesn't use Shady dom by default unlike Polymer 1.0.
I will try…
-
- custom properties? (not didn't pierce the Shadow DOM)
- parts (generalized theming)
- sharable CSS (e.g. Sass)
- [**postcss-preset-env**](https://github.com/csstools/postcss-preset-env) instead…
-
### Describe the bug
On a P-Dialog, I am using input fields on the modal, and few input fields rendered from the components where encapsulation: ViewEncapsulation.ShadowDom components, when i try t…
-
Splitting this out from #484
A `ShadowRoot` is a DocumentFragment node that should be able to be serialized by pretty-format & prettyDOM,
A few changes would be needed in [pretty-dom](https://g…
-
Hi, I'm trying to test out this library but I'm having issues with getting the expected behavior to work, I modified the example:
https://codesandbox.io/s/react-shadow-forked-4717v?file=/src/index.js…
rrs94 updated
2 years ago
-
The README says
> There's no distinction between shallow rendering and full rendering as there's no significant performance implications and Shadow DOM negates the need for the distinction.
What…
-
#### 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…
-
### What problem are you trying to solve?
Chrome (@domfarolino, @noamr, @mfreed7) is interested in pursuing the addition of an atomic move primitive in the DOM Standard. This would allow an element…
-
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?