[Bug 17541] Carefully think through how Range.insertNode should behave when the node to be inserted is already at the beginning of the range

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

--- Comment #4 from Aryeh Gregor <ayg@aryeh.name> ---
Definitely throw first.  Otherwise, if you called it on a Comment, it would
remove the node and then do nothing else, which is silly.

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

Received on Wednesday, 2 April 2014 14:15:25 UTC