Re: [w3c/selection-api] Selection should detach associated Range when Range move to another root. (#79)

> addRange() accepts anything. 

I was wrong.  ```addRange()``` in the draft rejects Ranges in different root.

https://www.w3.org/TR/selection-api/#dom-selection-addrange
> ... set ... if the root ([DOM4]) of the range's boundary points are the document associated with context object.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/issues/79#issuecomment-280581065

Received on Friday, 17 February 2017 08:00:15 UTC