Re: [w3c/webcomponents] Generic programs can't reliably use/manipulate documents via the DOM (#640)

I think he did address the Vimium example; browser extensions are non-standard, the browser can allow them to access Shadow DOM if they want to. It's a bug to report to Chrome's extension API.

Personally I do not use closed shadow roots because I just don't care if outside code accesses it, but I can see the argument for it just fine.  Let me ask you this @dylanb, does it cause problems for you that you can't access built-in element's shadow DOM?  If not, then why is it a problem for custom elements?

-- 
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/640#issuecomment-300490501

Received on Wednesday, 10 May 2017 13:59:48 UTC