- From: Aryeh Gregor <notifications@github.com>
- Date: Thu, 08 Oct 2015 04:17:02 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 8 October 2015 11:17:34 UTC
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