Re: [w3c/DOM-Parsing] Serializing DOM as rendered, including Shadow DOM (#58)

I'll add another probable use case: 

Lets say I use web components as utilities for laying out data, and then I want to send "what it looks like" via an email. How I used to do this pre-shadow-dom days was I'd inline the styles and then just copy the innerHTML to the email. Now, how would I go about doing that without a way of serializing the dom as rendered?  

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/DOM-Parsing/issues/58#issuecomment-769516563

Received on Friday, 29 January 2021 01:45:44 UTC