Re: [w3c/webcomponents] [Idea] Distant ShadowDOM. (#576)

This proposal would significantly worsens the performance characteristics of our shadow DOM implementation because ordering all those slotted elements in the tree order (or maybe insertion order?) would require O(n) traversal of the entire tree.

-- 
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/576#issuecomment-249959137

Received on Tuesday, 27 September 2016 18:45:57 UTC