LibWeb: More work on the HTML parser and tokenizer

The parser can now switch the state of the tokenizer! Very webby. :^)
This commit is contained in:
Andreas Kling 2020-05-24 20:24:43 +02:00
commit 20911efd4d
Notes: sideshowbarker 2024-07-19 06:10:24 +09:00
8 changed files with 186 additions and 14 deletions

View file

@ -37,6 +37,7 @@ class EventTarget;
class Frame;
class HTMLBodyElement;
class HTMLCanvasElement;
class HTMLDocumentParser;
class HTMLElement;
class HTMLFormElement;
class HTMLHeadElement;