- From: Luke Warlow <notifications@github.com>
- Date: Tue, 16 Apr 2024 04:56:49 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 April 2024 11:56:53 UTC
@lukewarlow 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>
Ah yeah apologies, I keep getting confused because the lack of closing li and p tags (which I hope is correct for the Dom spec?)
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/1258#discussion_r1567230390
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/dom/pull/1258/review/2003419851@github.com>
Received on Tuesday, 16 April 2024 11:56:53 UTC