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

Interested in what the fall back is for browsers for who don't support DSD? For browsers that don't support web components, server side rendering WC contents that include html forms seems like a good fall back for progressive enhancement. If I server side render a web component on a browser with DSD then that form ends up in the shadow DOM then it is therefore free of style collision. However if I SSR to a browser that does not implement DSD then that form would end up in light DOM? and liable to style interference. 

Now I have to double check on that non DSD supporting browser that there are no style collisions and that pages are correctly styled. Which defeats the point of DSD?

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

Received on Saturday, 23 January 2021 20:20:20 UTC