[Bug 13843] Define Range mutation for normalize()

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

--- Comment #14 from Aryeh Gregor <ayg@aryeh.name> 2012-03-21 19:51:02 UTC ---
(In reply to comment #13)
> So why do you need to manually update the boundary points? Does
> concept-node-remove not take care of that?

That will collapse the boundary point to the end of the node.  See comment 5 --
the selected text should remain "ab[cde]f", but per spec it would become
"ab[cdef]".

> Also currently the other text updating Ranges does not use the boundary points
> terminology. Still not quite sure whether it should.

Okay, I can modify it for that.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 21 March 2012 19:51:05 UTC