[dom] Use `commonAncestorContainer` in concept-range-clone (#56)

https://dom.spec.whatwg.org/#concept-range-clone

> * 4. Let common ancestor be original start node.
> * 5. While common ancestor is not an inclusive ancestor of original end node, set common ancestor to its own parent. 

This is *range*'s `commonAncestorContainer`.

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

Received on Thursday, 16 July 2015 20:31:11 UTC