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

> > I would hope that the documentation example would look more like this:
> > ```
> > <distributable-widget>
> >   <!-- leave this empty - the component will populate it -->
> > </distributable-widget>
> > ```
> 
> But then you'd have to wait for the JS to load and run before seeing any content!

This is what I already do with server side responses in other languages like python or go - and it works great already.
I thought the whole point of the proposal is to render the ShadowDOM contents.

-- 
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-586567419

Received on Saturday, 15 February 2020 08:24:43 UTC