Re: [whatwg/dom] Define processing instruction attributes (PR #1454)

@foolip commented on this pull request.



>  };</pre>
 
+<dl class=domintro>
+ <dt><code><var ignore>pi</var> = new <a constructor lt="ProcessingInstruction()">ProcessingInstruction(<var>target</var> [, <var>data</var> = ""])</a></code>
+ <dd>Returns a new {{ProcessingInstruction}} <a for=/>node</a> whose
+ <a for=ProcessingInstruction>target</a> is <var>target</var> and
+ <a for=CharacterData>data</a> is <var>data</var>.
+</dl>

Done!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1454#discussion_r2888611230
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/pull/1454/review/3894941220@github.com>

Received on Thursday, 5 March 2026 08:58:11 UTC