- From: ArkadiuszMichalski <notifications@github.com>
- Date: Tue, 06 Oct 2015 11:09:02 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 6 October 2015 18:09:31 UTC
"Each NodeIterator object has an associated iterator collection , which is a collection rooted at root, whose filter matches any node." https://dom.spec.whatwg.org/#iterator-collection But when this collection should be setting, after creating NodeIterator, or in some steps in createNodeIterator() method (before return this object, but after setting root and filter)? https://dom.spec.whatwg.org/#dom-document-createnodeiterator --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/86
Received on Tuesday, 6 October 2015 18:09:31 UTC