Re: [whatwg/dom] Declarative Shadow DOM (#831)

> I would hope that the documentation example would look more like this:
>
> ```html
> <distributable-widget>
>   <!-- leave this empty - the component will populate it -->
> </distributable-widget>
> <script type="module" src="https://unpkg.com/distributable-widget@1"></script>
> ```

But then you'd have to wait for the JS to load and run before seeing any content!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/831#issuecomment-586424713

Received on Friday, 14 February 2020 19:01:48 UTC