- From: Dylan Barrell <notifications@github.com>
- Date: Fri, 04 Dec 2015 10:00:55 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 4 December 2015 18:01:42 UTC
2 is different from 1 in the following ways: 1. There is currently no efficient way to determine which nodes have a shadow root, 2. When you access the shadow root, you are accessing the DOM of the shadow root 3. The composed tree can replace the entire light DOM tree of the node according to the following algorithm http://w3c.github.io/webcomponents/spec/shadow/#composition-algorithm 4. This composed tree would not be able to be directly modified --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/354#issuecomment-162036074
Received on Friday, 4 December 2015 18:01:42 UTC