diff --git a/index b/index index 5b8851e0a54..000e67f4db0 100644 --- a/index +++ b/index @@ -33813,12 +33813,11 @@ function receiver(e) { 0x0020 to the character's code point) to the current tag token's tag name. Stay in the tag name state. -
U+003C LESS-THAN SIGN (<) -
EOF
Parse error. Emit the current tag token. - Reconsume the character in the data state. + Reconsume the EOF character in the data + state.
U+002F SOLIDUS (/) @@ -33870,12 +33869,11 @@ function receiver(e) { href="#permitted">permitted slash. Stay in the before attribute name state. -
U+003C LESS-THAN SIGN (<) -
EOF
Parse error. Emit the current tag token. - Reconsume the character in the data state. + Reconsume the EOF character in the data + state.
Anything else @@ -33925,12 +33923,11 @@ function receiver(e) { href="#permitted">permitted slash. Switch to the before attribute name state. -
U+003C LESS-THAN SIGN (<) -
EOF
Parse error. Emit the current tag token. - Reconsume the character in the data state. + Reconsume the EOF character in the data + state.
Anything else @@ -33987,12 +33984,11 @@ function receiver(e) { href="#permitted">permitted slash. Switch to the before attribute name state. -
U+003C LESS-THAN SIGN (<) -
EOF
Parse error. Emit the current tag token. - Reconsume the character in the data state. + Reconsume the EOF character in the data + state.
Anything else diff --git a/source b/source index 63b1466b7ca..d340d521b5f 100644 --- a/source +++ b/source @@ -31420,10 +31420,9 @@ function receiver(e) { (add 0x0020 to the character's code point) to the current tag token's tag name. Stay in the tag name state. -
U+003C LESS-THAN SIGN (<)
EOF
Parse error. Emit the current tag - token. Reconsume the character in the data + token. Reconsume the EOF character in the data state.
U+002F SOLIDUS (/)
@@ -31471,10 +31470,9 @@ function receiver(e) { slash. Stay in the before attribute name state. -
U+003C LESS-THAN SIGN (<)
EOF
Parse error. Emit the current tag - token. Reconsume the character in the data + token. Reconsume the EOF character in the data state.
Anything else
@@ -31521,10 +31519,9 @@ function receiver(e) { slash. Switch to the before attribute name state. -
U+003C LESS-THAN SIGN (<)
EOF
Parse error. Emit the current tag - token. Reconsume the character in the data + token. Reconsume the EOF character in the data state.
Anything else
@@ -31578,10 +31575,9 @@ function receiver(e) { slash. Switch to the before attribute name state. -
U+003C LESS-THAN SIGN (<)
EOF
Parse error. Emit the current tag - token. Reconsume the character in the data + token. Reconsume the EOF character in the data state.
Anything else