[whatwg/dom] Should a Range object be able to update a Selection object (#772)

https://mozilla.pettay.fi/moztests/selection_dynamic.html demonstrates that in Chrome and Firefox you can update a `Selection` object through a `Range` object. Safari does not support this (and is in line with the DOM Standard as `Range` objects do not have that capability in theory).

cc @rniwa @smaug---- @foolip @tkent-google 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/772

Received on Thursday, 4 July 2019 14:09:56 UTC