|
|
|
|
|
by brazukadev
287 days ago
|
|
> Nothing in Web Components is forcing you to use ShadowDOM Yes. There is just one thing forcing someone to use shadowDOM: slots. You can't use slots without shadowDOM or at least use something like this.children to capture the content inside the <custom-element></custom-element>. But that is quite the important feature lacking. |
|
Same thing with how css is handled, especially since we have @layer and @scoped now