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

@mfreed7 this looks pretty good to me overall. One thing that would be great to see flushed out a bit more is the data model (which I realize is currently lacking as well). Is the idea that `Selection` holds a **true range** and `Range` holds a **selection** (null or a `Selection`) and when mutating `Range`, if it has a non-null selection, we'd use the `Range`'s selection's true range in various ways?

-- 
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-972726532

Received on Thursday, 18 November 2021 10:17:18 UTC