- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 13 Feb 2025 08:52:35 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 February 2025 16:52:39 UTC
@annevk 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 we should fix it as it's somewhat confusing. We can exclude the composed ranges from the first set of checks. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1342#discussion_r1954875330 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1342/review/2615668253@github.com>
Received on Thursday, 13 February 2025 16:52:39 UTC