Re: [w3ctag/design-reviews] Question: should `shadowrootadoptedstylesheets` perform a fetch? (Issue #1195)

robglidden left a comment (w3ctag/design-reviews#1195)

@justinfagnani:

> [@frederikbosch](https://github.com/frederikbosch) I don't understand the goals of moving the attribute to the host of the shadow root instead of putting it on the shadow root, which is the actual Node the attribute affects.

From a web developer CSS perspective, the host element IS the expected place to put CSS-related attributes, and reach them with :host().  This opens multiple use cases.  Putting it on the template would just get erased by the html parser, all for downside and no benefit.


-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/1195#issuecomment-4374136599
You are receiving this because you are subscribed to this thread.

Message ID: <w3ctag/design-reviews/issues/1195/4374136599@github.com>

Received on Monday, 4 May 2026 20:10:44 UTC