Re: [whatwg/dom] Composed tree infrastructure (#725)

The composed tree is the tree of trees. Features such as [`composedPath`](https://dom.spec.whatwg.org/#dom-event-composedpath) and `Event`'s [`composed`](https://dom.spec.whatwg.org/#dom-event-composed) IDL attribute use the term to refer to that very concept.

I think adding the definition back to the DOM spec makes a lot of sense. I'm seeing that more and more features really need to refer to the composed tree, and not the flat tree because the latter doesn't have any of the nodes that were replaced by shadow roots but most of DOM APIs need to be well defined for all nodes, not just ones in the flat 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/whatwg/dom/issues/725#issuecomment-448074602

Received on Tuesday, 18 December 2018 02:32:50 UTC