- From: Dominic Farolino <notifications@github.com>
- Date: Tue, 25 Feb 2025 12:42:07 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 February 2025 20:42:11 UTC
@domfarolino commented on this pull request. > + <li><p>For each <a>composed live range</a> whose <a for=range>start node</a> is a + <a>shadow-including inclusive descendant</a> of <var>node</var>, set its <a for=range>start</a> to + (<var>parent</var>, <var>index</var>). + + <li><p>For each <a>composed live range</a> whose <a for=range>end node</a> is an + <a>shadow-including inclusive descendant</a> of <var>node</var>, set its <a for=range>end</a> to + (<var>parent</var>, <var>index</var>). I think this will be fixed organically once we fix https://github.com/whatwg/dom/pull/1342#discussion_r1970359384. That is, once "live range" no longer includes "composed selection range", then all "composed selection range"s will not be double-included in the "For each live range" loops. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1342#discussion_r1970513296 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1342/review/2642413616@github.com>
Received on Tuesday, 25 February 2025 20:42:11 UTC