- From: Di Zhang <notifications@github.com>
- Date: Wed, 05 Mar 2025 14:52:47 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 March 2025 22:52:51 UTC
@dizhang168 commented on this pull request. > to <var>bp</var>. + <li>Otherwise, if <var>bp</var> is + <a for="boundary point">after</a> the + <var>range</var>'s <a for=range>end</a>, then: + <ol> + <li>Set <var>range</var>'s <a for=range>end</a> + to <var>bp</var>. + + <li>If <var>selection range</var> is not null, + set <var>selection range</var>’s + <a for="range">end</a> to <var>bp</var>. That is a good point, to take care of disconnected nodes, I will change the above condition 1.2 to check for shadow-inclusive root instead of document. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1342#discussion_r1982298819 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1342/review/2662680097@github.com>
Received on Wednesday, 5 March 2025 22:52:51 UTC