- From: Di Zhang <notifications@github.com>
- Date: Wed, 05 Mar 2025 11:58:11 -0800
- To: w3c/selection-api <selection-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 March 2025 19:58:15 UTC
@dizhang168 commented on this pull request.
> @@ -127,6 +128,20 @@ <h2>
dev do not. We follow Gecko/WebKit, because it lessens the chance of
getRangeAt(0) throwing.
</p>
+ <p>To <dfn>reset the range</dfn> of [=this=], given the
+ <a>boundary point</a> <var>start</var> and <a>boundary point</a>
+ <var>end</var>, run these steps:
+ </p>
+ <ol>
+ <li>Let <var>newCachedRange</var> be a new {{Range}} object.</li>
Changed all relevant references of `range` to `composed selection range`.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/pull/345#discussion_r1982104890
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/selection-api/pull/345/review/2662351690@github.com>
Received on Wednesday, 5 March 2025 19:58:15 UTC