Re: [csswg-drafts] [css-mixin-1] How does Shadow DOM influence mixin lookup? (#12671)

> But anyway, if we do confine mixins to their trees, then adopting them needs to actually work: https://github.com/w3c/csswg-drafts/issues/13041

But adopting them works just like all the other styles right? I.e., if you `.adoptedStyleSheets = [A, B]`, then `B` can use `A`s mixins, but not the other way around. That seems... Ok?

Or are you saying that you'd expect to be able to use `adoptedStylesheets` for the global styles, but not for your component's inline styles? I think generally if you use `.adoptedStyleSheets`, you already need to put your component styles in `.adoptedStyleSheets` as well (so that they go after among other things)

-- 
GitHub Notification of comment by emilio
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12671#issuecomment-3470445322 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 30 October 2025 22:10:34 UTC