File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments