- From: Johan Sundström <notifications@github.com>
- Date: Tue, 31 Jul 2018 10:13:43 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 31 July 2018 17:14:15 UTC
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