- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 03 Sep 2015 17:09:13 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 4 September 2015 00:09:42 UTC
@domenic : In WebKit and Blink, it would require tree walking only in the case of a detached subtree that doesn't have a ShadowRoot. Nodes that are in a document and/or in a shadow tree can return its root node in O(1). I'd imagine some engines could always compute it in O(1). --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/315#issuecomment-137605654
Received on Friday, 4 September 2015 00:09:42 UTC