- From: humanarity <notifications@github.com>
- Date: Wed, 02 Dec 2015 23:42:28 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 3 December 2015 07:42:58 UTC
Don't make it impossible for scripts to access nodes in or distributed in a shadow tree. Why? What if we want to have privileged chrome code modify or read content from a page, to alter or enhance a page's behaviour? What if we want to programmatically interact with nodes within a shadow boundary? If scripts have no access to these... this is impossible. It is essentially a form of DRM for any content on the web. The workaround is to recompile Chrome from source and revert changes that introduce these restrictions, in effect forking the browser. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/100#issuecomment-161542380
Received on Thursday, 3 December 2015 07:42:58 UTC