- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 15 Jun 2026 02:57:26 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 June 2026 09:57:30 UTC
@foolip commented on this pull request.
> +
+ <li>
+ <p><a for=map>For each</a> <var>name</var> → <var>value</var> of <var>pi</var>'s
+ <a for=ProcessingInstruction>attribute map</a>:
+
+ <ol>
+ <li><p>If <var>data</var> is not the empty string, then append U+0020 SPACE to <var>data</var>.
+
+ <li><p>Append <var>name</var> to <var>data</var>.
+
+ <li><p>Append U+003D (=) to <var>data</var>.
+
+ <li><p>Append U+0022 (") to <var>data</var>.
+
+ <li><p>Append the result of
+ <a href="https://html.spec.whatwg.org/#escapingString">escaping a string</a> given
This was fixed in be2f1fae27ff217184bd4e61c82a7e7850ef6530 with bespoke escaping. Escaping `>` is important because of the HTML parser.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1454#discussion_r3412565217
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/1454/review/4496308153@github.com>
Received on Monday, 15 June 2026 09:57:30 UTC