Re: [dom] Consider banning insertNode() of the Range's start node (#63)

The question currently being discussed is: if the start node of the range is a text node, and you do range.insertNode(range.startContainer), what should happen?  IE/Gecko split the text node and then actually insert the first bit into its present location.  WebKit/Blink throw.  @travisleithead is in favor of the WebKit/Blink behavior, @smaug is in favor of the IE/Gecko behavior.  The question is, are WebKit and Blink strongly attached to their current behavior, do they strongly want to change to match IE/Gecko, or are they indifferent?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/63#issuecomment-146507451

Received on Thursday, 8 October 2015 11:17:34 UTC