mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
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:
parent
31db3f21ae
commit
20911efd4d
Notes:
sideshowbarker
2024-07-19 06:10:24 +09:00
Author: https://github.com/awesomekling
Commit: 20911efd4d
8 changed files with 186 additions and 14 deletions
|
@ -100,6 +100,7 @@ private:
|
|||
void process_using_the_rules_for(InsertionMode, HTMLToken&);
|
||||
|
||||
InsertionMode m_insertion_mode { InsertionMode::Initial };
|
||||
InsertionMode m_original_insertion_mode { InsertionMode::Initial };
|
||||
|
||||
StackOfOpenElements m_stack_of_open_elements;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue