- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 16 Apr 2024 04:57:31 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 April 2024 11:57:35 UTC
@annevk commented on this pull request.
> + <li><p><a for=list>Append</a> <var>newValue</var> to <var>newNodes</var>.
+ </ol>
+
+ <li>
+ <p>Otherwise, if <var>value</var> is a {{TrustedScript}}:
+
+ <ol>
+ <li><p>Let <var>newValue</var> be a new {{Text}} <a for=/>node</a> whose
+ <a for=CharacterData>data</a> is <var>value</var>'s <a for=TrustedScript>\[[Data]]</a>
+ internal slot value and <a for=Node>node document</a> is <var>document</var>.
+
+ <li><p><a for=list>Append</a> <var>newValue</var> to <var>newNodes</var>.
+ </ol>
+
+ <li><p>Otherwise, <a for=list>append</a> <var>value</var> to <var>newNodes</var>.
+ </ol>
That is correct.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1258#discussion_r1567231383
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/1258/review/2003421343@github.com>
Received on Tuesday, 16 April 2024 11:57:35 UTC