Re: [whatwg/dom] NodeIterator pre-removing steps seem incorrect (#496)

A fix that seems to pass my test suite is that step 1 becomes

> If toBeRemovedNode is not an inclusive ancestor of the referenceNode attribute value, or toBeRemovedNode is equal to nodeIterator's root, then return. 

-- 
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/496#issuecomment-323568173

Received on Sunday, 20 August 2017 07:09:43 UTC