- From: Simon Pieters <notifications@github.com>
- Date: Fri, 14 Apr 2023 01:28:40 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 April 2023 08:28:46 UTC
@justinfagnani > This isn't always true. you can `.append()` into a `<template>` and that'll render. I wonder if the `shadowroot` attribute should change that? That would be non-conforming, see the content model https://html.spec.whatwg.org/multipage/scripting.html#the-template-element It doesn't mean that it's not possible, but we don't need to take it into account when designing a solution to this issue. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/972#issuecomment-1508132341 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/972/1508132341@github.com>
Received on Friday, 14 April 2023 08:28:46 UTC