-
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…
-
Adding this for discussion. It is a little related to allowing shadow DOM (#140) and maybe custom elements (#138).
There is a [CSS working draft](https://www.w3.org/TR/css-layout-api-1/) that appea…
-
### 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…
-
- 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…
-
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…
-
### 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…
-
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
-
#### 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…
-
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…
-
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…