mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 02:04:59 +00:00
LibWeb: Handle more cases in the SelfClosingStartTag tokenizer state
This commit is contained in:
parent
8429551368
commit
a775c2c717
1 changed files with 4 additions and 2 deletions
|
@ -834,11 +834,13 @@ _StartOfFunction:
|
|||
}
|
||||
ON_EOF
|
||||
{
|
||||
TODO();
|
||||
PARSE_ERROR();
|
||||
EMIT_EOF;
|
||||
}
|
||||
ANYTHING_ELSE
|
||||
{
|
||||
TODO();
|
||||
PARSE_ERROR();
|
||||
RECONSUME_IN(BeforeAttributeName);
|
||||
}
|
||||
}
|
||||
END_STATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue