File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ spec:ECMA-262; urlPrefix: https://tc39.github.io/ecma262/
124
124
spec: HTML; urlPrefix: https://html.spec.whatwg.org/
125
125
type: dfn; text: prepare the script element; url: prepare-the-script-element
126
126
type: dfn; text: The text insertion mode; url: parsing-main-incdata
127
+ type: dfn; text: reentrant invocation of the parser; url: nestedParsing
127
128
</pre>
128
129
129
130
<pre class="link-defaults">
@@ -1190,14 +1191,13 @@ Modify the [=The text insertion mode=] algorithm as follows:
1190
1191
<dd>
1191
1192
<p> ...</p>
1192
1193
1193
- <ins> Set <var> script</var> 's <a href="#slots-with-trusted-values"> [[ScriptText]]</a> internal slot value to its
1194
- [=child text content=] .</ins>
1194
+ <ins><p> Set <var> script</var> 's {{HTMLScriptElement/ [[ScriptText]]}} internal slot value to its
1195
+ [=child text content=] .</p></ ins>
1195
1196
1196
1197
<p> If the <span> active speculative HTML parser</span> is null, then <span> prepare the script
1197
1198
element</span> <var> script</var> . This might cause some script to execute, which might cause
1198
1199
<span data-x="dom-document-write"> new characters to be inserted into the tokenizer</span> , and
1199
- might cause the tokenizer to output more tokens, resulting in a <a
1200
- href="#nestedParsing"> reentrant invocation of the parser</a> .</p>
1200
+ might cause the tokenizer to output more tokens, resulting in a [=reentrant invocation of the parser=] .</p>
1201
1201
1202
1202
<p> ...</p>
1203
1203
</dd>
You can’t perform that action at this time.
0 commit comments