- From: Philip Jägenstedt <notifications@github.com>
- Date: Fri, 12 Jun 2026 14:54:46 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 12 June 2026 21:54:50 UTC
@foolip commented on this pull request.
> +<var>pi</var>:
+
+<ol>
+ <li><p><a for=map>Clear</a> <var>pi</var>'s <a for=ProcessingInstruction>attribute map</a>.
+
+ <li><p>Let <var>document</var> be a new {{Document}} node whose <a for=Document>type</a> is
+ "<code>html</code>".
+
+ <li><p>Let <var>html</var> be the concatenation of "<code><html </code>",
+ <var>pi</var>'s <a for=CharacterData>data</a>, and "<code>></code>".
+
+ <li><p><a href="https://html.spec.whatwg.org/#parse-html-from-a-string">Parse HTML from a string</a>
+ given <var>document</var> and <var>html</var>.
+
+ <li><p><a for=list>For each</a> <var>attribute</var> of <var>document</var>'s
+ <a>document element</a>'s <a for=Element>attribute list</a>, set <var>pi</var>'s
fixed in d95cb3094aac4f0114313304617a3a455b67bb65 + ba3f8ac6d9c5eb45f9f2c85a5526ad9347cf9c21, and no other "set" in the diff should be `<a for=map>set</a>`.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1454#discussion_r3406424270
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/1454/review/4489416388@github.com>
Received on Friday, 12 June 2026 21:54:50 UTC