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

Step 3.4.3 of the [`nextNode()`](https://dom.spec.whatwg.org/#dom-treewalker-nextnode) spec is missing an assignment (`node = temporary`) before breaking. Without one, the whole 3.4 loop step is a no-op.

-- 
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

Received on Tuesday, 31 July 2018 17:14:15 UTC