[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 #4 from Anne <annevk@annevk.nl> ---
You have to help me out here. I got

===
For each range whose start node is /node/'s parent and start offset is /node/'s
index, set its start node to /node/ and its start offset to /length/.

For each range whose end node is /node/'s parent and end offset is /node/'s
index, set its end node to /node/ and its end offset to /length/.
===

but I suspect that might be missing some cases.

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

Received on Friday, 16 November 2012 19:39:04 UTC