Re: [w3ctag/design-reviews] Declarative CSS Modules and Declarative Shadow DOM `adoptedstylesheets` attribute (Issue #1000)

EisenbergEffect left a comment (w3ctag/design-reviews#1000)

> This probably sacrifices the ability to write the `<style type=module` after the `<template>` that adopts it, but streaming SSR can probably emit the style block just before adopting it. How important is this ability?

For me, the ability to emit after is not important. My prototypes have been able to emit before or within the `<template>` just fine. The approach is typically to emit once immediately before the first reference.

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

Message ID: <w3ctag/design-reviews/issues/1000/3254699150@github.com>

Received on Thursday, 4 September 2025 17:19:40 UTC