- From: mbrodesser <notifications@github.com>
- Date: Fri, 28 Jun 2019 01:10:55 -0700
- To: w3c/selection-api <selection-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 28 June 2019 08:11:17 UTC
Since the Selection API exposes the [`addRange`](https://w3c.github.io/selection-api/#dom-selection-addrange) method, certain concepts of Range will have to be adapted too. E.g. [`selectNode`](https://dom.spec.whatwg.org/#dom-range-selectnode) [aborts if the node doesn't have a parent](https://dom.spec.whatwg.org/#concept-range-select). However, I don't know if changing this might break other functionality. -- 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#issuecomment-506645394
Received on Friday, 28 June 2019 08:11:17 UTC