Re: [webcomponents] Define the timing when distribution happens (#73)

I no longer think this is a problem. All the features that are DOM observable will just invoke algorithms synchronously to get the nodes they need (and typically they don't need distributed nodes, only `getAssignedNodes()` does that iirc). And CSS can compute the flat tree whenever it wants.

---
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/73#issuecomment-200800582

Received on Thursday, 24 March 2016 11:42:46 UTC