Re: [whatwg/dom] Add definition for composed live range (PR #1342)

@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'm not sure I understand. Can you elaborate in which case it helps? It just looks inefficient to me.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1342#discussion_r1929492677
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1342/review/2573953561@github.com>

Received on Saturday, 25 January 2025 07:19:46 UTC