What if #WebComponents just had a “light switch”? 💡
An option that lifts the DOM structure into light DOM out from Shadow DOM? Maybe not as a browser level feature, but some kind of standard thing to give people that “I know what I'm doing” option?
@DavidDarnes i mean you can just... Not create a shadow root? Wouldn't that be what you're describing?
@matsuuu well yea, obviously. However there might be a reason to use it, for encapsulation of some kind. I'm just suggesting it for cases where people really want to use regular CSS on the entire structure

@DavidDarnes

Cant have your cake and eat it too tho.

Its either encapsulation or shared things.

You could look into css modules tho