-
- 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…
-
The spec has a bunch of concepts relying on CSS boxes like [nearest block ancestor](https://wicg.github.io/scroll-to-text-fragment/#nearest-block-ancestor), which typically walks up the [flat tree](ht…
-
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
-
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…
-
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 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…
-
**I'm submitting a ...** (check one with "x")
```
[ ] bug report => Search github for a similar issue or PR before submitting
[x] feature request => Please check if request is not on the roadmap a…
-
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?
-
#### 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…
-
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…