miso icon indicating copy to clipboard operation
miso copied to clipboard

Encapsulated styles via shadow DOM

Open dmjio opened this issue 6 months ago • 0 comments

Right now Component styling is global, consider adding support for Shadow DOM via .attachShadow (disabled by default), to allow Components with incompatible styling to compose better.

https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM#applying_styles_inside_the_shadow_dom

dmjio avatar Aug 16 '25 11:08 dmjio