[Bug 28107] TreeWalker nextNode never ascends the tree

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28107

Arkadiusz Michalski (Spirit) <crimsteam@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |crimsteam@gmail.com

--- Comment #5 from Arkadiusz Michalski (Spirit) <crimsteam@gmail.com> ---
(In reply to Bergi from comment #4)
> So the phrase "not following root" needs to be replaced by "is a
> [descendant](https://dom.spec.whatwg.org/#concept-tree-descendant) of root".

But this also will wrong when we set currentNode to outside root (what is
allowed and should continue travering). Looks like condition should consider
two cases.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 22 August 2016 19:29:37 UTC