- From: ArkadiuszMichalski <notifications@github.com>
- Date: Fri, 09 Oct 2020 04:15:23 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 October 2020 11:15:35 UTC
"A collection is an object that represents a list of nodes" "When a collection is created, a filter and a root are associated with it." "The collection then represents a view of the subtree rooted at the collection’s root, containing only nodes that match the given filter." << root can be part a collection or not? "Each NodeIterator object has an associated iterator collection, which is a collection rooted at the NodeIterator object’s root, whose filter matches any node." << ok, so this mean that root is also part the collection? Some information about this would be more cleare (even in green box). -- 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/87#issuecomment-706121587
Received on Friday, 9 October 2020 11:15:35 UTC