Re: [WICG/webcomponents] Selection APIs for Shadow DOM (#79)

I think what I described makes sense, whereby `Range` holds a pointer to a `Selection`. That way it can serve as a view (if bound to a `Selection`) or as something more concrete (when it's standalone). (I think this might already be a requirement as otherwise how would the `Selection` know when to update itself, but it's just not defined at the moment.)

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

Received on Thursday, 2 December 2021 08:48:57 UTC