Re: [whatwg/dom] Some tweaks for traverse algo and others (#87)

I think the step 3.2 of nextNode()
( “ If a node is following node and is not following root, ...” )
also needs an addtional conditions such like:
    “, and node is not a descendant of <var>node</var> if result is FILTER_REJECT”.

-- 
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/87#issuecomment-333663378

Received on Monday, 2 October 2017 20:59:50 UTC