File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8168,15 +8168,14 @@ interface Range : AbstractRange {
8168
8168
<p> Objects implementing the {{Range}} interface are known as
8169
8169
<dfn export id=concept-live-range>live ranges</dfn> .
8170
8170
8171
- <p class=note> Algorithms that modify a <a>tree</a> (in particular the <a for=/>insert</a> ,
8172
- <a for=/>remove</a> , <a>replace data</a> , and <a lt="split a Text node">split</a> algorithms) modify
8173
- <a>live ranges</a> associated with that <a>tree</a> .
8174
-
8175
8171
<p> A <dfn export id=concept-composed-selection-range>composed selection range</dfn> is a
8176
- <a>range</a> that is affected by mutations to the <a>node tree</a> and has an associated
8177
- <a>live range</a> called
8172
+ <a>range</a> with an associated <a>live range</a> called
8178
8173
<dfn export id=concept-legacy-selection-range for="composed selection range">legacy selection range</dfn> .
8179
8174
8175
+ <p class=note> Algorithms that modify a <a>tree</a> (in particular the <a for=/>insert</a> ,
8176
+ <a for=/>remove</a> , <a>replace data</a> , and <a lt="split a Text node">split</a> algorithms) modify
8177
+ <a>live ranges</a> and <a>composed selection range</a> associated with that <a>tree</a> .
8178
+
8180
8179
<p class=note> The <a for="composed selection range">legacy selection range</a> is used to maintain
8181
8180
backward compatibility with the {{Selection/getRangeAt()}} API.
8182
8181
You can’t perform that action at this time.
0 commit comments