Skip to content

Commit 515c724

Browse files
committed
fix build issues
1 parent 850f49e commit 515c724

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/index.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ spec:ECMA-262; urlPrefix: https://tc39.github.io/ecma262/
124124
spec: HTML; urlPrefix: https://html.spec.whatwg.org/
125125
type: dfn; text: prepare the script element; url: prepare-the-script-element
126126
type: dfn; text: The text insertion mode; url: parsing-main-incdata
127+
type: dfn; text: reentrant invocation of the parser; url: nestedParsing
127128
</pre>
128129

129130
<pre class="link-defaults">
@@ -1190,14 +1191,13 @@ Modify the [=The text insertion mode=] algorithm as follows:
11901191
<dd>
11911192
<p>...</p>
11921193

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>
11951196

11961197
<p>If the <span>active speculative HTML parser</span> is null, then <span>prepare the script
11971198
element</span> <var>script</var>. This might cause some script to execute, which might cause
11981199
<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>
12011201

12021202
<p>...</p>
12031203
</dd>

0 commit comments

Comments
 (0)