TreeWalker

TreeWalker

[1] Introduction to DOM Traversal - DOM ECMAScripting ( ( 版)) http://domes.lingua.heliohost.org/dom/intro-traversal1.html

[2] Bug 3492 – TreeWalker implementation needs to be fixed (affects Acid3) ( ( 版)) https://bugs.webkit.org/show_bug.cgi?id=3492

[3] 82625 – we should support DOM treeWalker ( ( 版)) https://bugzilla.mozilla.org/show_bug.cgi?id=82625

[4] 18540 – Proposal for a new acceptNode() return value for TreeWalker. ( 版) https://www.w3.org/Bugs/Public/show_bug.cgi?id=18540#c8

[5] Reinstate active flag for iterators (ayg著, ) https://github.com/whatwg/dom/commit/6a796cc7676263c30550abfd7cc248300d006b2d

[6] Also unset the active flag when an exception is thrown (annevk著, ) https://github.com/whatwg/dom/commit/48c4b4aa0d1b4044b7be62d3a75aaab94058161f

[7] Editorial: fix several issues with traversal (annevk著, ) https://github.com/whatwg/dom/commit/a6d17ae5e762d5261a9ca2e6e742cb792fa06e09

[8] Editorial: fix several issues with traversal by annevk · Pull Request #594 · whatwg/dom () https://github.com/whatwg/dom/pull/594

[9] Editorial: cleanup TreeWalker (annevk著, ) https://github.com/whatwg/dom/commit/7daecff2ec1317f4e251b4f943369596dd91be86

[10] Editorial: cleanup TreeWalker by annevk · Pull Request #616 · whatwg/dom () https://github.com/whatwg/dom/pull/616

[11] Address infinite loop in TreeWalker's nextNode() (annevk, , ) https://github.com/whatwg/dom/commit/868f1734717c791261e75687ba3ce12bfedfae8e

[12] TreeWalker::nextNode() method, loops infinite · Issue #787 · whatwg/dom () https://github.com/whatwg/dom/issues/787

[13] TreeWalker's nextNode() method can result in an infinite loop because the value of node never changes if it doesn't have a child · Issue #667 · whatwg/dom () https://github.com/whatwg/dom/issues/667

[14] Address infinite loop in TreeWalker's nextNode() by annevk · Pull Request #794 · whatwg/dom () https://github.com/whatwg/dom/pull/794