Re: [w3c/webcomponents] Is or how can Shadow DOM be 'SEO friendly'? (#500)

> how about making closed ShadowDOM tree available, but in read only mode...

Something like https://github.com/w3c/webcomponents/issues/499#issuecomment-225672116 ?

Also, I think a crawler monkey patching the attachShadow method is just fine for that purpose, as the intent of the crawler is going to be to modify the page, only to read it, so there's not caution that the crawler needs to take when doing that. The only problem with this is that it is possible that some component X might conditionally do something different when it sees that some inner component is open instead of closed, so a crawler monkey patching could possibly introduce different application behavior (and therefore possibly a different DOM).

---
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/webcomponents/issues/500#issuecomment-225674340

Received on Monday, 13 June 2016 18:55:08 UTC