Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Apr 8, 2024
1 parent 850f49e commit 515c724
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ spec:ECMA-262; urlPrefix: https://tc39.github.io/ecma262/
spec: HTML; urlPrefix: https://html.spec.whatwg.org/
type: dfn; text: prepare the script element; url: prepare-the-script-element
type: dfn; text: The text insertion mode; url: parsing-main-incdata
type: dfn; text: reentrant invocation of the parser; url: nestedParsing
</pre>

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

<ins>Set <var>script</var>'s <a href="#slots-with-trusted-values">[[ScriptText]]</a> internal slot value to its
[=child text content=].</ins>
<ins><p>Set <var>script</var>'s {{HTMLScriptElement/[[ScriptText]]}} internal slot value to its
[=child text content=].</p></ins>

<p>If the <span>active speculative HTML parser</span> is null, then <span>prepare the script
element</span> <var>script</var>. This might cause some script to execute, which might cause
<span data-x="dom-document-write">new characters to be inserted into the tokenizer</span>, and
might cause the tokenizer to output more tokens, resulting in a <a
href="#nestedParsing">reentrant invocation of the parser</a>.</p>
might cause the tokenizer to output more tokens, resulting in a [=reentrant invocation of the parser=].</p>

<p>...</p>
</dd>
Expand Down

0 comments on commit 515c724

Please sign in to comment.