Re: [whatwg/dom] TreeWalker::nextNode()'s implementation spec is incomplete (#672)

I think it is actually supposed to be `node = sibling`, right before `break`ing out of (or after) the `while` loop, when a non-null `sibling` is found. I believe `temporary` is merely used to climb back up the tree to find a suitable sibling.

-- 
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/672#issuecomment-416011710

Received on Sunday, 26 August 2018 03:45:43 UTC