- From: Di Zhang <notifications@github.com>
- Date: Fri, 24 Jan 2025 10:58:14 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 January 2025 18:58:18 UTC
@dizhang168 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>). Yes, the rule will be applied twice. I think that's the expected behavior. This will help to keep mutation results consistent, especially when we are not crossing shadow boundaries. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1342#discussion_r1929114251 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1342/review/2573381243@github.com>
Received on Friday, 24 January 2025 18:58:18 UTC