[w3c/selection-api] Make setBaseAndExtent and other setter methods on Selection work with shadow DOM (#99)

Per https://github.com/w3c/webcomponents/issues/79, we should make `setBaseAndExtent` and other methods work with shadow DOM. Namely, when a node inside a shadow tree is given to `setBaseAndExtent`, it shouldn't throw or adjust the end points to be in the same tree.

-- 
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/99

Received on Tuesday, 6 November 2018 19:35:54 UTC