Skip to content

Commit 5d61b72

Browse files
committed
adjusted insertion location is never null
1 parent 91fb4c0 commit 5d61b72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144796,12 +144796,12 @@ document.body.appendChild(text);
144796144796
<li><p>Set <var>insertionLocation</var> to the <span>adjusted insertion location</span> given
144797144797
<var>insertionLocation</var>.</p></li>
144798144798

144799-
<li><p>Let <var>pi</var> be a new <code>ProcessingInstruction</code> node whose <span
144799+
<li><p>Create a new <code>ProcessingInstruction</code> node whose <span
144800144800
data-x="concept-pi-target">target</span> is <var>target</var>, <span
144801144801
data-x="concept-cd-data">data</span> is <var>data</var>, and <span>node document</span> is the
144802144802
same as that of the node in which the <var>insertionLocation</var> finds itself.</p>
144803144803

144804-
<li><p>Insert <var>pi</var> at <var>insertionLocation</var>.</p></li>
144804+
<li><p>Insert the newly created node at <var>insertionLocation</var>.</p></li>
144805144805
</ol>
144806144806
</div>
144807144807

0 commit comments

Comments
 (0)