[Bug 19946] Range fixup for normalize() needs to account for boundary points in removed nodes' parents

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19946

--- Comment #5 from Aryeh Gregor <ayg@aryeh.name> ---
I think that's right if you change /node/ to /current node/, as I have in
comment #0 -- otherwise you're trying to move points that are *before* /node/,
which isn't being removed anyway.  You want to move points that are after
/node/, i.e., before /current node/.  Why do you think it's missing cases?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 19 November 2012 12:20:07 UTC