Skip to content

Commit fe020ca

Browse files
committed
Update composed selection range definition
1 parent 367288b commit fe020ca

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

dom.bs

+5-6
Original file line numberDiff line numberDiff line change
@@ -8168,15 +8168,14 @@ interface Range : AbstractRange {
81688168
<p>Objects implementing the {{Range}} interface are known as
81698169
<dfn export id=concept-live-range>live ranges</dfn>.
81708170

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-
81758171
<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
81788173
<dfn export id=concept-legacy-selection-range for="composed selection range">legacy selection range</dfn>.
81798174

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+
81808179
<p class=note>The <a for="composed selection range">legacy selection range</a> is used to maintain
81818180
backward compatibility with the {{Selection/getRangeAt()}} API.
81828181

0 commit comments

Comments
 (0)