From 515c724df07c7a30a89365a26d60cb861df4213a Mon Sep 17 00:00:00 2001
From: Luke Warlow
Date: Mon, 8 Apr 2024 13:27:47 +0100
Subject: [PATCH] fix build issues
---
spec/index.bs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/spec/index.bs b/spec/index.bs
index 768acca..408f4f9 100644
--- a/spec/index.bs
+++ b/spec/index.bs
@@ -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
@@ -1190,14 +1191,13 @@ Modify the [=The text insertion mode=] algorithm as follows:
...
- Set script's [[ScriptText]] internal slot value to its
- [=child text content=].
+ Set script's {{HTMLScriptElement/[[ScriptText]]}} internal slot value to its
+ [=child text content=].
If the active speculative HTML parser is null, then prepare the script
element script. This might cause some script to execute, which might cause
new characters to be inserted into the tokenizer, and
- might cause the tokenizer to output more tokens, resulting in a reentrant invocation of the parser.
+ might cause the tokenizer to output more tokens, resulting in a [=reentrant invocation of the parser=].
...