File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3045,14 +3045,14 @@ standards that want to define APIs shared between <a for=/>documents</a> and
3045
3045
<li><p> Let <var> isScriptElement</var> be true if <var> parent</var> is an {{HTMLScriptElement}}
3046
3046
<a for=/>node</a> ; otherwise false.
3047
3047
3048
- <li><p> Let <var> newNodes</var> be the empty list .
3048
+ <li><p> Let <var> newNodes</var> be « » .
3049
3049
3050
3050
<li>
3051
3051
<p> <a for=list>For each</a> <var> value</var> of <var> nodes</var> :
3052
3052
3053
3053
<ol>
3054
3054
<li>
3055
- <p> If <var> value</var> is a {{Text}} <a for=/>node</a> , and <var> isScriptElement</var>
3055
+ <p> If <var> value</var> is a {{Text}} <a for=/>node</a> and <var> isScriptElement</var>
3056
3056
is true:
3057
3057
3058
3058
<ol>
@@ -3070,14 +3070,14 @@ standards that want to define APIs shared between <a for=/>documents</a> and
3070
3070
3071
3071
<ol>
3072
3072
<li><p> Let <var> newValue</var> be a new {{Text}} <a for=/>node</a> whose
3073
- <a for=CharacterData>data</a> is <var> value</var> 's <a for=TrustedScript>\[[Data]] </a>
3074
- internal slot value and <a for=Node>node document</a> is <var> document</var> .
3073
+ <a for=CharacterData>data</a> is <var> value</var> 's <a for=TrustedScript>data </a>
3074
+ and <a for=Node>node document</a> is <var> document</var> .
3075
3075
3076
3076
<li><p> <a for=list>Append</a> <var> newValue</var> to <var> newNodes</var> .
3077
3077
</ol>
3078
3078
3079
3079
<li><p> Otherwise, <a for=list>append</a> <var> value</var> to <var> newNodes</var> .
3080
- </ol>
3080
+ </ol>
3081
3081
3082
3082
<li><p> If <var> newNodes</var> contains one <a for=/>node</a> , then set <var> node</var> to
3083
3083
<var> newNodes</var> [0] .
You can’t perform that action at this time.
0 commit comments