[whatwg/dom] Fix TreeWalker's nextNode() (#612)

The prose supposed to be equivalent to iterating over following siblings and siblings of ancestors did not skip over descendants.

See https://github.com/whatwg/dom/issues/87#issuecomment-374385254.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/dom/pull/612

-- Commit Summary --

  * Fix TreeWalker's nextNode()

-- File Changes --

    M dom.bs (5)

-- Patch Links --

https://github.com/whatwg/dom/pull/612.patch
https://github.com/whatwg/dom/pull/612.diff

-- 
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/pull/612

Received on Thursday, 22 March 2018 15:37:04 UTC