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

This code doesn't change often in Blink:
https://chromium.googlesource.com/chromium/src/+blame/master/third_party/WebKit/Source/core/dom/Range.cpp

However, I think @yosin-chromium does work on the editing code and may have some thoughts.

There are a bunch of cases where `HierarchyRequestError` is thrown and it doesn't look like the sum of them add up to precisely what the spec now says in https://dom.spec.whatwg.org/#concept-range-insert

What are the exact suggestions on the table right now?

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

Received on Thursday, 8 October 2015 11:11:42 UTC