- From: Di Zhang <notifications@github.com>
- Date: Tue, 25 Feb 2025 15:16:55 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 February 2025 23:17:00 UTC
@dizhang168 commented on this pull request. > @@ -8141,12 +8149,21 @@ interface Range : AbstractRange { }; </pre> -<p>Objects implementing the {{Range}} interface are known as -<dfn export id=concept-live-range>live ranges</dfn>. +<p>A <dfn export id=concept-live-range>live range</dfn> is a <a>range</a> that is affected by +mutations to the <a>node tree</a>.</p> + +<p>Objects implementing the {{Range}} interface are <a>live ranges</a>. Sounds good. I will update the PR accordingly. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/1342#discussion_r1970673553 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/dom/pull/1342/review/2642675366@github.com>
Received on Tuesday, 25 February 2025 23:17:00 UTC