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

A crawler monkey patching the `attachShadow` method **might** be 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. A problem with this is that it is possible that some component might do something different when it sees that some inner component is open instead of closed, so a crawler monkey patching everything open could possibly introduce different application behavior (and therefore possibly a different DOM result).

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

Received on Monday, 13 June 2016 19:48:57 UTC