Hacker News new | ask | show | jobs
by kubb 295 days ago
If you need style encapsulation, use the Shadow DOM. Slots still work IIRC.
1 comments

Slots definitely don't work without shadow DOM and there's really no way to make them work. It's the biggest problem with turning shadow DOM off.